Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java4856 final SparseIntArray wakeupCountsPerUid = new SparseIntArray(); in run() local
4862 increment(wakeupCountsPerUid, a.uid); in run()
4889 triggerList.size(), wakeUps, countsPerUid, wakeupCountsPerUid); in run() local
4917 SparseIntArray wakeupCountsPerUid) { in logAlarmBatchDelivered() argument
4924 wakeupCountsArray[i] = wakeupCountsPerUid.get(uids[i], 0); in logAlarmBatchDelivered()