Searched refs:mPendingNonWakeupAlarms (Results 1 – 1 of 1) sorted by relevance
133 ArrayList<Alarm> mPendingNonWakeupAlarms = new ArrayList<>(); field in AlarmManagerService1463 if (mPendingNonWakeupAlarms.size() > 0) { in dumpImpl()1464 pw.println(mPendingNonWakeupAlarms.size()); in dumpImpl()1465 dumpAlarmList(pw, mPendingNonWakeupAlarms, " ", nowELAPSED, nowRTC, sdf); in dumpImpl()1853 if (mPendingNonWakeupAlarms.size() > 0) { in rescheduleKernelAlarmsLocked()1995 if (mPendingNonWakeupAlarms.size() > 0) { in interactiveStateChangedLocked()2001 deliverAlarmsLocked(mPendingNonWakeupAlarms, nowELAPSED); in interactiveStateChangedLocked()2002 mPendingNonWakeupAlarms.clear(); in interactiveStateChangedLocked()2394 if (mPendingNonWakeupAlarms.size() > 0 && mNextNonWakeupDeliveryTime < nowELAPSED) { in checkAllowNonWakeupDelayLocked()2516 if (mPendingNonWakeupAlarms.size() == 0) { in run()[all …]