Searched refs:scheduleInstanceStateChange (Results 1 – 1 of 1) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmStateManager.java | 331 private static void scheduleInstanceStateChange(Context ctx, Calendar time, in scheduleInstanceStateChange() method in AlarmStateManager 333 sStateChangeScheduler.scheduleInstanceStateChange(ctx, time, instance, newState); in scheduleInstanceStateChange() 365 scheduleInstanceStateChange(context, instance.getLowNotificationTime(), in setSilentState() 387 scheduleInstanceStateChange(context, instance.getHighNotificationTime(), in setLowNotificationState() 409 scheduleInstanceStateChange(context, instance.getHighNotificationTime(), in setHideNotificationState() 431 scheduleInstanceStateChange(context, instance.getAlarmTime(), in setHighNotificationState() 462 scheduleInstanceStateChange(context, timeout, instance, AlarmInstance.MISSED_STATE); in setFiredState() 496 scheduleInstanceStateChange(context, instance.getAlarmTime(), in setSnoozeState() 543 scheduleInstanceStateChange(context, instance.getMissedTimeToLive(), in setMissedState() 567 scheduleInstanceStateChange(context, instance.getAlarmTime(), instance, in setPreDismissState() [all …]
|