Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java222 oldNotification.fullScreenIntent, newNotification.fullScreenIntent) in sameNotificationContent()
DNotificationClickHandlerFactory.java108 : notification.fullScreenIntent; in getClickHandler()
DCarHeadsUpNotificationManager.java602 return alertEntry.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
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/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java212 if (n.fullScreenIntent != null) { in calculateInitialImportance()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java568 if (n.fullScreenIntent != null) { in generateExtraText()
573 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java180 mAlertEntry1.getNotification().fullScreenIntent = null; in onClickClickHandler_noIntent_returnsImmediately()