Searched refs:createStateChangeIntent (Results 1 – 4 of 4) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 108 Intent hideIntent = AlarmStateManager.createStateChangeIntent(context, in showLowPriorityNotification() 116 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showLowPriorityNotification() 156 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showHighPriorityNotification() 319 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showSnoozeNotification() 364 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(context, in showMissedNotification() 401 Intent snoozeIntent = AlarmStateManager.createStateChangeIntent(service, in showAlarmNotification() 410 Intent dismissIntent = AlarmStateManager.createStateChangeIntent(service, in showAlarmNotification()
|
D | AlarmStateManager.java | 305 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()
|
D | AlarmService.java | 262 startService(AlarmStateManager.createStateChangeIntent(AlarmService.this, in onCallStateChanged()
|
D | AlarmTimeClickHandler.java | 165 final Intent dismissIntent = AlarmStateManager.createStateChangeIntent( in dismissAlarmInstance()
|