Home
last modified time | relevance | path

Searched refs:OPTION_CONFIGS_TEST_LEVEL (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java198 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_statsdInteraction()
227 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_metrics()
300 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_multipleTests()
352 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_multipleIterations()
409 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testRunAndTestLevelCollection()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java57 static final String OPTION_CONFIGS_TEST_LEVEL = "statsd-configs-test-level"; field in StatsdListener
104 mTestLevelConfigs.putAll(getConfigsFromOption(OPTION_CONFIGS_TEST_LEVEL)); in onTestRunStart()