Searched refs:countsPerUid (Results 1 – 1 of 1) sorted by relevance
4855 final SparseIntArray countsPerUid = new SparseIntArray(); in run() local4859 increment(countsPerUid, a.uid); in run()4889 triggerList.size(), wakeUps, countsPerUid, wakeupCountsPerUid); in run() local4916 SparseIntArray countsPerUid, in logAlarmBatchDelivered() argument4918 final int[] uids = new int[countsPerUid.size()]; in logAlarmBatchDelivered()4919 final int[] countsArray = new int[countsPerUid.size()]; in logAlarmBatchDelivered()4920 final int[] wakeupCountsArray = new int[countsPerUid.size()]; in logAlarmBatchDelivered()4921 for (int i = 0; i < countsPerUid.size(); i++) { in logAlarmBatchDelivered()4922 uids[i] = countsPerUid.keyAt(i); in logAlarmBatchDelivered()4923 countsArray[i] = countsPerUid.valueAt(i); in logAlarmBatchDelivered()