Searched refs:OPTION_CONFIGS_RUN_LEVEL (Results 1 – 2 of 2) sorted by relevance
115 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_statsdInteraction()138 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunLevelCollection_metrics()406 .getConfigsFromOption(eq(StatsdListener.OPTION_CONFIGS_RUN_LEVEL)); in testRunAndTestLevelCollection()466 StatsdListener.OPTION_CONFIGS_RUN_LEVEL, in testParsingConfigFromArguments_validConfig()471 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_validConfig()489 args.putString(StatsdListener.OPTION_CONFIGS_RUN_LEVEL, CONFIG_NAME_1); in testParsingConfigFromArguments_malformedConfig()494 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_malformedConfig()501 args.putString(StatsdListener.OPTION_CONFIGS_RUN_LEVEL, "nah"); in testParsingConfigFromArguments_nonexistentConfig()506 mListener.getConfigsFromOption(StatsdListener.OPTION_CONFIGS_RUN_LEVEL); in testParsingConfigFromArguments_nonexistentConfig()
56 static final String OPTION_CONFIGS_RUN_LEVEL = "statsd-configs-run-level"; field in StatsdListener103 mRunLevelConfigs.putAll(getConfigsFromOption(OPTION_CONFIGS_RUN_LEVEL)); in onTestRunStart()