Home
last modified time | relevance | path

Searched refs:ACTION_ALARM_CHANGED (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java733 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()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java394 .setAction(Intent.ACTION_ALARM_CHANGED); in shouldSkipDisclosure_callIntent_notCallOrDial()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java2583 public static final String ACTION_ALARM_CHANGED = "android.intent.action.ALARM_CHANGED"; field in Intent