Searched refs:OPTION_CONFIGS_RUN_LEVEL (Results 1 – 2 of 2) sorted by relevance
137 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_statsdInteraction()160 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_metrics()428 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunAndTestLevelCollection()488 StatsdListener.OPTION_CONFIGS_RUN_LEVEL, in testParsingConfigFromArguments_byName_validConfig()493 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_byName_validConfig()511 args.putString(StatsdListener.OPTION_CONFIGS_RUN_LEVEL, CONFIG_NAME_1); in testParsingConfigFromArguments_byName_malformedConfig()516 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_byName_malformedConfig()523 args.putString(StatsdListener.OPTION_CONFIGS_RUN_LEVEL, "nah"); in testParsingConfigFromArguments_byName_nonexistentConfig()528 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_byName_nonexistentConfig()553 StatsdListener.OPTION_CONFIGS_RUN_LEVEL, in testParsingConfigFromArguments_byPath_validConfig()[all …]
66 static final String OPTION_CONFIGS_RUN_LEVEL = "statsd-configs-run-level"; field in StatsdListener117 mRunLevelConfigs.putAll(getConfigsFromOption(OPTION_CONFIGS_RUN_LEVEL)); in onTestRunStart()