Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java134 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(packageName); in registerEnqueuedByApp()
148 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerPostedByApp()
167 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerUpdatedByApp()
184 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerRemovedByApp()
220 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerPeopleAffinity()
238 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerBlocked()
246 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerSuspendedByAdmin()
254 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(packageName); in registerOverRateQuota()
261 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(packageName); in registerOverCountQuota()
268 private AggregatedStats[] getAggregatedStatsLocked(NotificationRecord record) { in getAggregatedStatsLocked() method in NotificationUsageStats
[all …]