Searched refs:AggregatedStats (Results 1 – 2 of 2) sorted by relevance
67 private static final AggregatedStats[] EMPTY_AGGREGATED_STATS = new AggregatedStats[0];77 private final Map<String, AggregatedStats> mStats = new HashMap<>();78 private final ArrayDeque<AggregatedStats[]> mStatsArrays = new ArrayDeque<>();109 AggregatedStats stats = getOrCreateAggregatedStatsLocked(packageName); in getAppEnqueueRate()121 AggregatedStats stats = getOrCreateAggregatedStatsLocked(packageName); in isAlertRateLimited()133 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(packageName); in registerEnqueuedByApp()134 for (AggregatedStats stats : aggregatedStatsArray) { in registerEnqueuedByApp()147 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerPostedByApp()148 for (AggregatedStats stats : aggregatedStatsArray) { in registerPostedByApp()165 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerUpdatedByApp()[all …]
2908 Lcom/android/server/notification/NotificationUsageStats$AggregatedStats;