Searched refs:ACTION_ALARM_CHANGED (Results 1 – 4 of 4) sorted by relevance
712 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED) in testMakeActiveNextPending()738 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testMakeActiveNextPending()760 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED)), in testUrgentStarvation()795 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testUrgentStarvation()824 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED)), in testOffloadStarvation()854 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testOffloadStarvation()891 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED)), in testPrioritizeEarliest()914 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testPrioritizeEarliest()
220 Intent(Intent.ACTION_ALARM_CHANGED), in actionViewUpdated_oldPendingIntentListenersRemoved()
399 .setAction(Intent.ACTION_ALARM_CHANGED); in shouldSkipDisclosure_callIntent_notCallOrDial()
2604 public static final String ACTION_ALARM_CHANGED = "android.intent.action.ALARM_CHANGED"; field in Intent