Home
last modified time | relevance | path

Searched refs:aggregatedStatsArray (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() local
135 for (AggregatedStats stats : aggregatedStatsArray) { in registerEnqueuedByApp()
138 releaseAggregatedStatsLocked(aggregatedStatsArray); in registerEnqueuedByApp()
148 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerPostedByApp() local
149 for (AggregatedStats stats : aggregatedStatsArray) { in registerPostedByApp()
155 releaseAggregatedStatsLocked(aggregatedStatsArray); in registerPostedByApp()
167 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerUpdatedByApp() local
168 for (AggregatedStats stats : aggregatedStatsArray) { in registerUpdatedByApp()
173 releaseAggregatedStatsLocked(aggregatedStatsArray); in registerUpdatedByApp()
184 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerRemovedByApp() local
[all …]