Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java3522 final RemovedAlarm[] historyForUid = mRemovalHistory.valueAt(i).toArray(); in dumpImpl() local
3523 for (int index = historyForUid.length - 1; index >= 0; index--) { in dumpImpl()
3524 pw.print("#" + (historyForUid.length - index) + ": "); in dumpImpl()
3525 historyForUid[index].dump(pw, nowELAPSED, sdf); in dumpImpl()