Searched refs:fullScreenIntent (Results 1 – 7 of 7) sorted by relevance
426 Intent fullScreenIntent = AlarmInstance.createIntent(service, AlarmActivity.class, in showAlarmNotification() local429 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()
200 oldNotification.fullScreenIntent, newNotification.fullScreenIntent) in sameNotificationContent()
88 : notification.fullScreenIntent; in getClickHandler()
567 return sbn.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
469 if (n.fullScreenIntent != null) { in generateExtraText()474 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
221 if (n.fullScreenIntent != null) { in calculateInitialImportance()