Searched refs:AggregatedStats (Results 1 – 3 of 3) sorted by relevance
57 private static final AggregatedStats[] EMPTY_AGGREGATED_STATS = new AggregatedStats[0];67 private final Map<String, AggregatedStats> mStats = new HashMap<>();69 private final ArrayDeque<AggregatedStats[]> mStatsArrays = new ArrayDeque<>();100 AggregatedStats stats = getOrCreateAggregatedStatsLocked(packageName); in getAppEnqueueRate()108 AggregatedStats stats = getOrCreateAggregatedStatsLocked(packageName); in isAlertRateLimited()116 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(packageName); in registerEnqueuedByApp()117 for (AggregatedStats stats : aggregatedStatsArray) { in registerEnqueuedByApp()134 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(packageName); in registerEnqueuedByAppAndAccepted()135 for (AggregatedStats stats : aggregatedStatsArray) { in registerEnqueuedByAppAndAccepted()147 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerPostedByApp()[all …]
2090 HSPLcom/android/server/notification/NotificationUsageStats$AggregatedStats;->countApiUse(Lcom/andro…2092 …ang/String;)[Lcom/android/server/notification/NotificationUsageStats$AggregatedStats;+]Lcom/androi…2093 …lang/String;)Lcom/android/server/notification/NotificationUsageStats$AggregatedStats;+]Ljava/util/…
16349 HPLcom/android/server/notification/NotificationUsageStats$AggregatedStats;-><init>(Landroid/content…16350 HPLcom/android/server/notification/NotificationUsageStats$AggregatedStats;->countApiUse(Lcom/androi…16351 PLcom/android/server/notification/NotificationUsageStats$AggregatedStats;->updateInterarrivalEstima…16358 …ation/NotificationRecord;)[Lcom/android/server/notification/NotificationUsageStats$AggregatedStats;16359 …Locked(Ljava/lang/String;)[Lcom/android/server/notification/NotificationUsageStats$AggregatedStats;16360 …sLocked(Ljava/lang/String;)Lcom/android/server/notification/NotificationUsageStats$AggregatedStats;16365 …seAggregatedStatsLocked([Lcom/android/server/notification/NotificationUsageStats$AggregatedStats;)V