Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java426 Intent fullScreenIntent = AlarmInstance.createIntent(service, AlarmActivity.class, in showAlarmNotification() local
429 fullScreenIntent.setAction("fullscreen_activity"); in showAlarmNotification()
430 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | in showAlarmNotification()
433 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.java88 : notification.fullScreenIntent; in getClickHandler()
DCarHeadsUpNotificationManager.java567 return sbn.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/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/apps/Settings/src/com/android/settings/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()