Home
last modified time | relevance | path

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

/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/health/options/
DAndroid.bp16 name: "platform-test-options",
/platform_testing/libraries/health/options/tests/
DAndroid.bp21 "platform-test-options",
/platform_testing/tests/health/scenarios/
DAndroid.bp24 "platform-test-options",
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp53 "platform-test-options",
72 "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.**