Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTestMetricRule.java61 @VisibleForTesting static final String METRIC_COLLECTORS_PACKAGE = "android.device.collectors"; field in TestMetricRule
122 String fullName = String.format("%s.%s", METRIC_COLLECTORS_PACKAGE, listenerName); in TestMetricRule()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DTestMetricRuleTest.java209 String.format("%s.%s", TestMetricRule.METRIC_COLLECTORS_PACKAGE, simpleName)); in testSimpleClassNameAttemptedWithKnownPackage()