Searched refs:snoozeIntent (Results 1 – 2 of 2) sorted by relevance
381 Intent snoozeIntent = AlarmStateManager.createStateChangeIntent(service, in showAlarmNotification() local383 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true); in showAlarmNotification()385 ALARM_FIRING_NOTIFICATION_ID, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showAlarmNotification()
514 val snoozeIntent: Intent = AlarmStateManager.createStateChangeIntent(service, in showAlarmNotification() constant516 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true) in showAlarmNotification()518 ALARM_FIRING_NOTIFICATION_ID, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT) in showAlarmNotification()