Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);
158 fullScreenIntent.putExtra("id", id);
162 fullScreenIntent,
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DMyNotificationListenerService.java55 if (notification.fullScreenIntent != null) { in onNotificationPosted()
56 sender.send("full screen", notification.fullScreenIntent); in onNotificationPosted()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java146 final PendingIntent fullScreenIntent = PendingIntent.getActivity(mContext, 0, in testPinEntry_logsPeek() local
153 .setFullScreenIntent(fullScreenIntent, true))) in testPinEntry_logsPeek()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationDiff.java222 oldNotification.fullScreenIntent, newNotification.fullScreenIntent) in sameNotificationContent()
H A DNotificationClickHandlerFactory.java103 : notification.fullScreenIntent; in getClickHandler()
H A DCarHeadsUpNotificationManager.java492 return alertEntry.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java484 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class); in getPendingIntent() local
485 fullScreenIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent()
487 fullScreenIntent.putExtra(EXTRA_ID, id); in getPendingIntent()
489 context, 22, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntent()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java58 if (record.getNotification().fullScreenIntent != null) { in process()
H A DNotificationRecord.java397 if (n.fullScreenIntent != null) { in calculateInitialImportance()
540 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dumpNotification()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.kt539 val fullScreenIntent: Intent =
542 fullScreenIntent.setAction("fullscreen_activity")
543 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK or
546 ALARM_FIRING_NOTIFICATION_ID, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT),
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java119 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java89 : notification.fullScreenIntent; in startDragAndDrop()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java212 if (n.fullScreenIntent != null) { in calculateInitialImportance()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImpl.java178 return entry.getSbn().getNotification().fullScreenIntent != null in shouldLaunchFullScreenIntentWhenAdded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java245 : notification.fullScreenIntent; in onNotificationClicked()
618 entry.getSbn().getNotification().fullScreenIntent; in handleFullScreenIntent()
H A DStatusBarNotificationPresenter.java479 if (sbn.getNotification().fullScreenIntent != null) {
H A DStatusBar.java1972 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp()
1980 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationStation.java568 if (n.fullScreenIntent != null) { in generateExtraText()
573 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java143 return entry.getSbn().getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationClickHandlerFactoryTest.java160 mAlertEntry1.getNotification().fullScreenIntent = null; in onClickClickHandler_noIntent_returnsImmediately()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java384 public PendingIntent fullScreenIntent; field in Notification
2565 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2648 that.fullScreenIntent = this.fullScreenIntent; in cloneInto()
3053 if (fullScreenIntent != null) { in writeToParcelImpl()
3055 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl()
4419 mN.fullScreenIntent = intent; in setFullScreenIntent()
5607 boolean hideSnoozeButton = mN.isForegroundService() || mN.fullScreenIntent != null in bindSnoozeAction()
5668 boolean emphazisedMode = mN.fullScreenIntent != null || p.mCallStyleActions; in applyStandardTemplateWithActions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java790 : notif.fullScreenIntent; in isAvailableToDragAndDrop()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java805 final int fullScreenIntent = safeInt(parser, SHOW_ATT_FULL_SCREEN_INTENT, in readZenPolicyXml() local
815 if (fullScreenIntent != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
816 builder.showFullScreenIntent(fullScreenIntent == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java782 return (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java535 && row.getEntry().getSbn().getNotification().fullScreenIntent

12