Searched refs:mPendingNonWakeupAlarms (Results 1 – 1 of 1) sorted by relevance
122 ArrayList<Alarm> mPendingNonWakeupAlarms = new ArrayList<Alarm>(); field in AlarmManagerService918 if (mPendingNonWakeupAlarms.size() > 0) { in dumpImpl()919 pw.println(mPendingNonWakeupAlarms.size()); in dumpImpl()920 dumpAlarmList(pw, mPendingNonWakeupAlarms, " ", nowELAPSED, nowRTC, sdf); in dumpImpl()1242 if (mPendingNonWakeupAlarms.size() > 0) { in rescheduleKernelAlarmsLocked()1319 if (mPendingNonWakeupAlarms.size() > 0) { in interactiveStateChangedLocked()1325 deliverAlarmsLocked(mPendingNonWakeupAlarms, nowELAPSED); in interactiveStateChangedLocked()1326 mPendingNonWakeupAlarms.clear(); in interactiveStateChangedLocked()1609 if (mPendingNonWakeupAlarms.size() > 0 && mNextNonWakeupDeliveryTime > nowELAPSED) { in checkAllowNonWakeupDelayLocked()1746 if (mPendingNonWakeupAlarms.size() == 0) { in run()[all …]