Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java4573 final SparseIntArray countsPerUid = new SparseIntArray(); in run() local
4577 increment(countsPerUid, a.uid); in run()
4597 triggerList.size(), wakeUps, countsPerUid, wakeupCountsPerUid); in run() local
4624 SparseIntArray countsPerUid, in logAlarmBatchDelivered() argument
4626 final int[] uids = new int[countsPerUid.size()]; in logAlarmBatchDelivered()
4627 final int[] countsArray = new int[countsPerUid.size()]; in logAlarmBatchDelivered()
4628 final int[] wakeupCountsArray = new int[countsPerUid.size()]; in logAlarmBatchDelivered()
4629 for (int i = 0; i < countsPerUid.size(); i++) { in logAlarmBatchDelivered()
4630 uids[i] = countsPerUid.keyAt(i); in logAlarmBatchDelivered()
4631 countsArray[i] = countsPerUid.valueAt(i); in logAlarmBatchDelivered()