Searched refs:countsPerUid (Results 1 – 1 of 1) sorted by relevance
4573 final SparseIntArray countsPerUid = new SparseIntArray(); in run() local4577 increment(countsPerUid, a.uid); in run()4597 triggerList.size(), wakeUps, countsPerUid, wakeupCountsPerUid); in run() local4624 SparseIntArray countsPerUid, in logAlarmBatchDelivered() argument4626 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()