Searched refs:scheduleInstanceStateChange (Results 1 – 1 of 1) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmStateManager.java | 330 private static void scheduleInstanceStateChange(Context ctx, Calendar time, in scheduleInstanceStateChange() method in AlarmStateManager 332 sStateChangeScheduler.scheduleInstanceStateChange(ctx, time, instance, newState); in scheduleInstanceStateChange() 364 scheduleInstanceStateChange(context, instance.getLowNotificationTime(), in setSilentState() 386 scheduleInstanceStateChange(context, instance.getHighNotificationTime(), in setLowNotificationState() 408 scheduleInstanceStateChange(context, instance.getHighNotificationTime(), in setHideNotificationState() 430 scheduleInstanceStateChange(context, instance.getAlarmTime(), in setHighNotificationState() 461 scheduleInstanceStateChange(context, timeout, instance, AlarmInstance.MISSED_STATE); in setFiredState() 498 scheduleInstanceStateChange(context, instance.getAlarmTime(), in setSnoozeState() 551 scheduleInstanceStateChange(context, instance.getMissedTimeToLive(), in setMissedState() 574 scheduleInstanceStateChange(context, instance.getAlarmTime(), instance, in setPreDismissState() [all …]
|