Searched refs:StatsdStatsHelper (Results 1 – 3 of 3) sorted by relevance
20 import com.android.helpers.StatsdStatsHelper;39 createHelperInstance(new StatsdStatsHelper()); in StatsdMetadataListener()
41 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 …]
30 public class StatsdStatsHelper implements ICollectorHelper<Long> { class61 public StatsdStatsHelper() {} in StatsdStatsHelper() method in StatsdStatsHelper68 StatsdStatsHelper(IStatsdHelper helper) { in StatsdStatsHelper() method in StatsdStatsHelper