Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 41) sorted by relevance

12

/platform_testing/libraries/tradefed-python-lib/tradefed_py/
Dbase_test.py31 def setUpDevice(self, serial, stream, options): argument
41 self.extra_options = options
Dtf_main.py45 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/
DIAutoConfigUtility.java32 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/
DDeviceCollectorsTest.java249 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/
DAutoJsonUtility.java330 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/
DAndroid.bp26 "platform-test-options",
/platform_testing/libraries/health/options/
DAndroid.bp20 name: "platform-test-options",
/platform_testing/tests/automotive/health/rules/
DAndroid.bp25 "platform-test-options",
/platform_testing/tests/automotive/health/dial/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/automotive/functional/appgrid/
DAndroid.bp30 "platform-test-options",
/platform_testing/tests/automotive/health/notification/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/automotive/health/settings/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/automotive/health/appgrid/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/health/scenarios/
DAndroid.bp27 "platform-test-options",
/platform_testing/tests/apphealth/scenarios/
DAndroid.bp30 "platform-test-options",
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp57 "platform-test-options",
76 "platform-test-options",
/platform_testing/tests/automotive/functional/settings/
DAndroid.bp30 "platform-test-options",
/platform_testing/tests/automotive/functional/uxrestriction/
DAndroid.bp30 "platform-test-options",
/platform_testing/tests/automotive/functional/mediacenter/
DAndroid.bp31 "platform-test-options",
/platform_testing/tests/automotive/functional/lockscreen/
DAndroid.bp31 "platform-test-options",
/platform_testing/tests/automotive/functional/home/
DAndroid.bp30 "platform-test-options",
/platform_testing/tests/automotive/functional/dialer/
DAndroid.bp31 "platform-test-options",
/platform_testing/libraries/health/runners/longevity/
DREADME.md16 **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/
DAndroid.bp31 "platform-test-options",
/platform_testing/tests/automotive/health/settings/tests/
DAndroid.bp34 "platform-test-options",

12