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.java135 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_statsdInteraction()
158 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_metrics()
218 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_statsdInteraction()
247 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_metrics()
320 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_multipleTests()
372 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testTestLevelCollection_multipleIterations()
426 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunAndTestLevelCollection()
429 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_TEST_LEVEL)); in testRunAndTestLevelCollection()
491 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_validConfig()
514 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_malformedConfig()
[all …]
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java110 mRunLevelConfigs.putAll(getConfigsFromOption(OPTION_CONFIGS_RUN_LEVEL)); in onTestRunStart()
111 mTestLevelConfigs.putAll(getConfigsFromOption(OPTION_CONFIGS_TEST_LEVEL)); in onTestRunStart()
450 protected Map<String, StatsdConfigProto.StatsdConfig> getConfigsFromOption(String optionName) { in getConfigsFromOption() method in StatsdListener