/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | StatusBarTest.java | 156 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 D | MyNotificationListenerService.java | 55 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 D | HeadsUpManagerTest.java | 146 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 D | CarNotificationDiff.java | 222 oldNotification.fullScreenIntent, newNotification.fullScreenIntent) in sameNotificationContent()
|
H A D | NotificationClickHandlerFactory.java | 103 : notification.fullScreenIntent; in getClickHandler()
|
H A D | CarHeadsUpNotificationManager.java | 492 return alertEntry.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
|
/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
H A D | NotificationTests.java | 484 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 D | NotificationIntrusivenessExtractor.java | 58 if (record.getNotification().fullScreenIntent != null) { in process()
|
H A D | NotificationRecord.java | 397 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 D | AlarmNotifications.kt | 539 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 D | NotificationClicker.java | 119 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowDragController.java | 89 : notification.fullScreenIntent; in startDragAndDrop()
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
H A D | NotificationEntry.java | 212 if (n.fullScreenIntent != null) { in calculateInitialImportance()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImpl.java | 178 return entry.getSbn().getNotification().fullScreenIntent != null in shouldLaunchFullScreenIntentWhenAdded()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarter.java | 245 : notification.fullScreenIntent; in onNotificationClicked() 618 entry.getSbn().getNotification().fullScreenIntent; in handleFullScreenIntent()
|
H A D | StatusBarNotificationPresenter.java | 479 if (sbn.getNotification().fullScreenIntent != null) {
|
H A D | StatusBar.java | 1972 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp() 1980 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationStation.java | 568 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 D | HeadsUpManager.java | 143 return entry.getSbn().getNotification().fullScreenIntent != null; in hasFullScreenIntent()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationClickHandlerFactoryTest.java | 160 mAlertEntry1.getNotification().fullScreenIntent = null; in onClickClickHandler_noIntent_returnsImmediately()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 384 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 D | SwipeHelper.java | 790 : notif.fullScreenIntent; in isAvailableToDragAndDrop()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 805 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 D | NotificationGroupManagerLegacy.java | 782 return (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 535 && row.getEntry().getSbn().getNotification().fullScreenIntent
|