Home
last modified time | relevance | path

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

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