Searched refs:fullScreenIntent (Results 1 – 7 of 7) sorted by relevance
222 oldNotification.fullScreenIntent, newNotification.fullScreenIntent) in sameNotificationContent()
108 : notification.fullScreenIntent; in getClickHandler()
602 return alertEntry.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
539 val fullScreenIntent: Intent = in showAlarmNotification() constant542 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()
212 if (n.fullScreenIntent != null) { in calculateInitialImportance()
568 if (n.fullScreenIntent != null) { in generateExtraText()573 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
180 mAlertEntry1.getNotification().fullScreenIntent = null; in onClickClickHandler_noIntent_returnsImmediately()