Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java137 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_statsdInteraction()
160 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_metrics()
220 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_statsdInteraction()
249 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_metrics()
322 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_multipleTests()
374 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_multipleIterations()
428 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunAndTestLevelCollection()
431 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testRunAndTestLevelCollection()
493 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_byName_validConfig()
516 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_byName_malformedConfig()
[all …]
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java117 mRunLevelConfigs.putAll(getConfigsFromOption(OPTION_CONFIGS_RUN_LEVEL)); in onTestRunStart()
118 mTestLevelConfigs.putAll(getConfigsFromOption(OPTION_CONFIGS_TEST_LEVEL)); in onTestRunStart()
494 protected Map<String, StatsdConfigProto.StatsdConfig> getConfigsFromOption(String optionName) { in getConfigsFromOption() method in StatsdListener