Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java140 Intent hideIntent = AlarmStateManager.createStateChangeIntent(context, in showLowPriorityNotification()
148 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showLowPriorityNotification()
198 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showHighPriorityNotification()
390 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showSnoozeNotification()
443 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showMissedNotification()
489 Intent snoozeIntent = AlarmStateManager.createStateChangeIntent(service, in showAlarmNotification()
498 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(service, in showAlarmNotification()
DAlarmStateManager.java305 public static Intent createStateChangeIntent(Context context, String tag, in createStateChangeIntent() method in AlarmStateManager
1006 createStateChangeIntent(context, ALARM_MANAGER_TAG, instance, newState); in scheduleInstanceStateChange()
1027 createStateChangeIntent(context, ALARM_MANAGER_TAG, instance, null), in cancelScheduledInstanceStateChange()
DAlarmService.java262 startService(AlarmStateManager.createStateChangeIntent(AlarmService.this, in onCallStateChanged()
DAlarmTimeClickHandler.java165 final Intent dismissIntent = AlarmStateManager.createStateChangeIntent( in dismissAlarmInstance()