Searched refs:historyForUid (Results 1 – 1 of 1) sorted by relevance
3354 final RemovedAlarm[] historyForUid = mRemovalHistory.valueAt(i).toArray(); in dumpImpl() local3355 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()