Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java4855 final SparseIntArray countsPerUid = new SparseIntArray(); in run() local
4859 increment(countsPerUid, a.uid); in run()
4889 triggerList.size(), wakeUps, countsPerUid, wakeupCountsPerUid); in run() local
4916 SparseIntArray countsPerUid, in logAlarmBatchDelivered() argument
4918 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()