Searched refs:removePendingAlarms (Results 1 – 6 of 6) sorted by relevance
136 public void removePendingAlarms() { in removePendingAlarms() method in AlarmStoreTest142 final ArrayList<Alarm> pendingAt0 = mAlarmStore.removePendingAlarms(0); in removePendingAlarms()146 final ArrayList<Alarm> pendingAt3 = mAlarmStore.removePendingAlarms(3); in removePendingAlarms()152 final ArrayList<Alarm> pendingAt7 = mAlarmStore.removePendingAlarms(7); in removePendingAlarms()
99 ArrayList<Alarm> removePendingAlarms(long nowElapsed); in removePendingAlarms() method
165 public ArrayList<Alarm> removePendingAlarms(long nowElapsed) { in removePendingAlarms() method in LazyAlarmStore
156 public ArrayList<Alarm> removePendingAlarms(long nowElapsed) { in removePendingAlarms() method in BatchingAlarmStore
3872 final ArrayList<Alarm> pendingAlarms = mAlarmStore.removePendingAlarms(nowELAPSED); in triggerAlarmsLocked()
5789 HSPLcom/android/server/alarm/BatchingAlarmStore;->removePendingAlarms(J)Ljava/util/ArrayList;5805 HSPLcom/android/server/alarm/LazyAlarmStore;->removePendingAlarms(J)Ljava/util/ArrayList;+]Lcom/and…