Searched refs:ACTION_ALARM_CHANGED (Results 1 – 3 of 3) sorted by relevance
733 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED) in testMakeActiveNextPending()759 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testMakeActiveNextPending()781 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED)), in testUrgentStarvation()816 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testUrgentStarvation()845 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED)), in testOffloadStarvation()875 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testOffloadStarvation()912 makeBroadcastRecord(new Intent(Intent.ACTION_ALARM_CHANGED)), in testPrioritizeEarliest()935 assertEquals(Intent.ACTION_ALARM_CHANGED, queue.getActive().intent.getAction()); in testPrioritizeEarliest()
394 .setAction(Intent.ACTION_ALARM_CHANGED); in shouldSkipDisclosure_callIntent_notCallOrDial()
2583 public static final String ACTION_ALARM_CHANGED = "android.intent.action.ALARM_CHANGED"; field in Intent