Home
last modified time | relevance | path

Searched refs:StatsdStatsHelper (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdMetadataListener.java20 import com.android.helpers.StatsdStatsHelper;
39 createHelperInstance(new StatsdStatsHelper()); in StatsdMetadataListener()
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java41 private static class TestNonEmptyStatsdHelper implements StatsdStatsHelper.IStatsdHelper {
245 private static class TestEmptyStatsdHelper implements StatsdStatsHelper.IStatsdHelper {
261 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyAtomStats()
262 StatsdStatsHelper.ATOM_STATS_PREFIX, in verifyAtomStats()
280 StatsdStatsHelper.ALERT_STATS_PREFIX, in verifyConfigAlertStats()
293 StatsdStatsHelper.MATCHER_STATS_PREFIX, in verifyConfigMatcherStats()
306 StatsdStatsHelper.CONDITION_STATS_PREFIX, in verifyConfigConditionStats()
319 StatsdStatsHelper.METRIC_STATS_PREFIX, in verifyConfigMetricStats()
337 StatsdStatsHelper.STATSDSTATS_PREFIX, in verifyConfigStats()
338 StatsdStatsHelper.CONFIG_STATS_PREFIX, in verifyConfigStats()
[all …]
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdStatsHelper.java30 public class StatsdStatsHelper implements ICollectorHelper<Long> { class
61 public StatsdStatsHelper() {} in StatsdStatsHelper() method in StatsdStatsHelper
68 StatsdStatsHelper(IStatsdHelper helper) { in StatsdStatsHelper() method in StatsdStatsHelper