Searched refs:aggregatedStatsArray (Results 1 – 1 of 1) sorted by relevance
134 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(packageName); in registerEnqueuedByApp() local135 for (AggregatedStats stats : aggregatedStatsArray) { in registerEnqueuedByApp()138 releaseAggregatedStatsLocked(aggregatedStatsArray); in registerEnqueuedByApp()148 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerPostedByApp() local149 for (AggregatedStats stats : aggregatedStatsArray) { in registerPostedByApp()155 releaseAggregatedStatsLocked(aggregatedStatsArray); in registerPostedByApp()167 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerUpdatedByApp() local168 for (AggregatedStats stats : aggregatedStatsArray) { in registerUpdatedByApp()173 releaseAggregatedStatsLocked(aggregatedStatsArray); in registerUpdatedByApp()184 AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification); in registerRemovedByApp() local[all …]