Searched defs:nowELAPSED (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 875 final long nowELAPSED = SystemClock.elapsedRealtime(); in dumpImpl() local 1054 final long nowELAPSED = SystemClock.elapsedRealtime(); in logBatchesLocked() local 1317 final long nowELAPSED = SystemClock.elapsedRealtime(); in interactiveStateChangedLocked() local 1374 String prefix, String label, long nowRTC, long nowELAPSED, SimpleDateFormat sdf) { in dumpAlarmList() 1396 String prefix, long nowELAPSED, long nowRTC, SimpleDateFormat sdf) { in dumpAlarmList() 1413 boolean triggerAlarmsLocked(ArrayList<Alarm> triggerList, final long nowELAPSED, in triggerAlarmsLocked() 1549 public void dump(PrintWriter pw, String prefix, long nowRTC, long nowELAPSED, in dump() 1569 void recordWakeupAlarms(ArrayList<Batch> batches, long nowELAPSED, long nowRTC) { in recordWakeupAlarms() 1588 long currentNonWakeupFuzzLocked(long nowELAPSED) { in currentNonWakeupFuzzLocked() 1602 boolean checkAllowNonWakeupDelayLocked(long nowELAPSED) { in checkAllowNonWakeupDelayLocked() [all …]
|