Home
last modified time | relevance | path

Searched refs:fullScreenIntent (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java406 Intent fullScreenIntent = AlarmInstance.createIntent(service, AlarmActivity.class, in showAlarmNotification() local
409 fullScreenIntent.setAction("fullscreen_activity"); in showAlarmNotification()
410 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | in showAlarmNotification()
413 ALARM_FIRING_NOTIFICATION_ID, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), in showAlarmNotification()
DAlarmNotifications.kt539 val fullScreenIntent: Intent = in showAlarmNotification() constant
542 fullScreenIntent.setAction("fullscreen_activity") in showAlarmNotification()
543 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK or in showAlarmNotification()
546 ALARM_FIRING_NOTIFICATION_ID, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), in showAlarmNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java200 oldNotification.fullScreenIntent, newNotification.fullScreenIntent) in sameNotificationContent()
DNotificationClickHandlerFactory.java89 : notification.fullScreenIntent; in getClickHandler()
DCarHeadsUpNotificationManager.java567 return sbn.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java469 if (n.fullScreenIntent != null) { in generateExtraText()
474 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java469 if (n.fullScreenIntent != null) { in generateExtraText()
474 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java221 if (n.fullScreenIntent != null) { in calculateInitialImportance()