Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyNotificationListenerService.java55 if (notification.fullScreenIntent != null) { in onNotificationPosted()
56 sender.send("full screen", notification.fullScreenIntent); in onNotificationPosted()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java208 oldNotification.fullScreenIntent, newNotification.fullScreenIntent) in sameNotificationContent()
DNotificationClickHandlerFactory.java119 : notification.fullScreenIntent; in getClickHandler()
DCarHeadsUpNotificationManager.java461 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.java152 mAlertEntry1.getNotification().fullScreenIntent = null; in onClickClickHandler_noIntent_returnsImmediately()