1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/common/android
Marc Bonnici bd0a6ac3c8 UiAutomatorWorkload: Changed to use a ParameterDict
Due to the limitations of UiAutomator, parameters are not allowed to contain
certain characters including spaces and newlines when passed on the command line.

The python UiAutomatorWorkload baseclasse has been updated to use a
ParameterDict when storing workload parameters.
2017-02-20 16:44:24 +00:00
..
__init__.py Pylint fixes 2016-07-21 16:40:26 +01:00
ApplaunchInterface.class Add ApplaunchInterface class 2017-02-03 15:14:03 +00:00
BaseUiAutomation.class Add pressHome() method in the Base class 2017-02-03 15:12:35 +00:00
BaseUiAutomation$1.class Add pressHome() method in the Base class 2017-02-03 15:12:35 +00:00
BaseUiAutomation$ActionLogger.class Changes Action Logger to give epoch time 2017-01-12 10:30:07 +00:00
BaseUiAutomation$Direction.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$FindByCriteria.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$PinchType.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$ScreenOrientation.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
device.py AndroidDevice: write "dumpsys window" output on host 2017-01-24 17:52:51 +00:00
resources.py Check APK version and ABI when installing 2016-07-12 17:02:17 +01:00
UiAutoUtils.class Add UiAutoUtils class 2017-02-03 15:13:50 +00:00
UxPerfUiAutomation.class Move package parameters to UxperfUiAutomation 2017-02-03 15:13:32 +00:00
UxPerfUiAutomation$GestureTestParams.class Move package parameters to UxperfUiAutomation 2017-02-03 15:13:32 +00:00
UxPerfUiAutomation$GestureType.class Move package parameters to UxperfUiAutomation 2017-02-03 15:13:32 +00:00
workload.py UiAutomatorWorkload: Changed to use a ParameterDict 2017-02-20 16:44:24 +00:00