/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | base_test.py | 31 def setUpDevice(self, serial, stream, options): argument 41 self.extra_options = options
|
D | tf_main.py | 45 options, args = getopt.getopt(argv[1:], 'hHvqfcbs:e:', long_opts) 46 for opt, value in options:
|
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/interfaces/ |
D | IAutoConfigUtility.java | 32 void addAvailableOptions(String menu, String[] options); in addAvailableOptions() argument 38 void addPath(String menu, String[] options); in addPath() argument
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
D | DeviceCollectorsTest.java | 249 DeviceTestRunOptions options = new DeviceTestRunOptions(PACKAGE_NAME); in testLogOnly() local 250 options.addInstrumentationArg("listener", STUB_BASE_COLLECTOR); in testLogOnly() 251 options.addInstrumentationArg("log", "true"); in testLogOnly() 252 options.setTestClassName("android.device.collectors.BaseMetricListenerInstrumentedTest"); in testLogOnly() 253 boolean res = runDeviceTests(options); in testLogOnly()
|
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/ |
D | AutoJsonUtility.java | 330 JSONArray options = (JSONArray) configOptions; in parseJsonAndUpdateConfigOptions() local 331 String[] optionsArray = new String[options.length()]; in parseJsonAndUpdateConfigOptions() 332 for (int i = 0; i < options.length(); i++) { in parseJsonAndUpdateConfigOptions() 333 Object option = options.get(i); in parseJsonAndUpdateConfigOptions() 351 private void addOptionsToMap(String appName, String configName, String[] options) { in addOptionsToMap() argument 352 configUtilityMap.get(appName).addAvailableOptions(configName, options); in addOptionsToMap()
|
/platform_testing/libraries/health/options/tests/ |
D | Android.bp | 26 "platform-test-options",
|
/platform_testing/libraries/health/options/ |
D | Android.bp | 20 name: "platform-test-options",
|
/platform_testing/tests/automotive/health/rules/ |
D | Android.bp | 25 "platform-test-options",
|
/platform_testing/tests/automotive/health/dial/ |
D | Android.bp | 28 "platform-test-options",
|
/platform_testing/tests/automotive/functional/appgrid/ |
D | Android.bp | 30 "platform-test-options",
|
/platform_testing/tests/automotive/health/notification/ |
D | Android.bp | 28 "platform-test-options",
|
/platform_testing/tests/automotive/health/settings/ |
D | Android.bp | 28 "platform-test-options",
|
/platform_testing/tests/automotive/health/appgrid/ |
D | Android.bp | 28 "platform-test-options",
|
/platform_testing/tests/health/scenarios/ |
D | Android.bp | 27 "platform-test-options",
|
/platform_testing/tests/apphealth/scenarios/ |
D | Android.bp | 30 "platform-test-options",
|
/platform_testing/tests/health/scenarios/tests/ |
D | Android.bp | 57 "platform-test-options", 76 "platform-test-options",
|
/platform_testing/tests/automotive/functional/settings/ |
D | Android.bp | 30 "platform-test-options",
|
/platform_testing/tests/automotive/functional/uxrestriction/ |
D | Android.bp | 30 "platform-test-options",
|
/platform_testing/tests/automotive/functional/mediacenter/ |
D | Android.bp | 31 "platform-test-options",
|
/platform_testing/tests/automotive/functional/lockscreen/ |
D | Android.bp | 31 "platform-test-options",
|
/platform_testing/tests/automotive/functional/home/ |
D | Android.bp | 30 "platform-test-options",
|
/platform_testing/tests/automotive/functional/dialer/ |
D | Android.bp | 31 "platform-test-options",
|
/platform_testing/libraries/health/runners/longevity/ |
D | README.md | 16 **Template command with stubbed out options.** 18 `java <options> -cp <jar> org.junit.runner.JUnitCore <suite>` 33 **Template command with stubbed out options.**
|
/platform_testing/tests/automotive/health/multiuser/ |
D | Android.bp | 31 "platform-test-options",
|
/platform_testing/tests/automotive/health/settings/tests/ |
D | Android.bp | 34 "platform-test-options",
|