Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java712 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapperTest.kt220 Intent(Intent.ACTION_ALARM_CHANGED), in actionViewUpdated_oldPendingIntentListenersRemoved()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java399 .setAction(Intent.ACTION_ALARM_CHANGED); in shouldSkipDisclosure_callIntent_notCallOrDial()
/frameworks/base/core/java/android/content/
DIntent.java2604 public static final String ACTION_ALARM_CHANGED = "android.intent.action.ALARM_CHANGED"; field in Intent