/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarter.java | 227 : notification.fullScreenIntent; in onNotificationClicked() 592 final PendingIntent fullScreenIntent = in launchFullScreenIntent() local 593 entry.getSbn().getNotification().fullScreenIntent; in launchFullScreenIntent() 594 mLogger.logSendingFullScreenIntent(entry, fullScreenIntent); in launchFullScreenIntent() 603 fullScreenIntent.sendAndReturnResult(null, 0, null, null, null, null, in launchFullScreenIntent() 610 List<ResolveInfo> resolveInfos = fullScreenIntent.queryIntentComponents(0); in launchFullScreenIntent() 619 fullScreenIntent.getCreatorUid(), in launchFullScreenIntent()
|
H A D | CentralSurfacesImpl.java | 1766 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp() 1777 notification.fullScreenIntent.send(opts.toBundle()); in maybeEscalateHeadsUp()
|
/aosp14/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,
|
/aosp14/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()
|
/aosp14/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 | NotificationRecordLogger.java | 537 p.r.getSbn().getNotification().fullScreenIntent != null; in NotificationReported()
|
H A D | NotificationRecord.java | 410 if (n.fullScreenIntent != null) { in calculateInitialImportance() 560 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dumpNotification()
|
H A D | NotificationManagerService.java | 6933 notification.contentIntent = notification.fullScreenIntent; 6935 notification.fullScreenIntent = null; 6992 if (notification.fullScreenIntent != null) { 7010 notification.fullScreenIntent = null; 7370 boolean hasFullScreenIntent = n.fullScreenIntent != null;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImpl.java | 247 if (entry.getSbn().getNotification().fullScreenIntent == null) { in getFullScreenIntentDecision() 404 final boolean hasFsi = sbn.getNotification().fullScreenIntent != null; in shouldHeadsUpWhenAwake() 608 if (notification.fullScreenIntent != null) { in shouldSuppressHeadsUpWhenAwakeForOldWhen()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationClicker.java | 118 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowDragControllerTest.java | 124 notification.fullScreenIntent = null; in testDoStartDrag_noLaunchIntent()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarterTest.java | 415 PendingIntent fullScreenIntent = PendingIntent.getActivity(mContext, 1, in testOnFullScreenIntentWhenDozing_wakeUpDevice() local 420 .setFullScreenIntent(fullScreenIntent, true); in testOnFullScreenIntentWhenDozing_wakeUpDevice()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowDragController.java | 105 : notification.fullScreenIntent; in startDragAndDrop()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpManager.java | 153 return entry.getSbn().getNotification().fullScreenIntent != null; in hasFullScreenIntent()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 743 final int fullScreenIntent = safeInt(parser, SHOW_ATT_FULL_SCREEN_INTENT, in readZenPolicyXml() local 753 if (fullScreenIntent != ZenPolicy.STATE_UNSET) { in readZenPolicyXml() 754 builder.showFullScreenIntent(fullScreenIntent == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 390 public PendingIntent fullScreenIntent; field in Notification 2648 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl() 2731 that.fullScreenIntent = this.fullScreenIntent; in cloneInto() 3160 if (fullScreenIntent != null) { in writeToParcelImpl() 3162 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl() 4574 mN.fullScreenIntent = intent; in setFullScreenIntent() 5767 || mN.fullScreenIntent != null in bindSnoozeAction() 5828 boolean emphasizedMode = mN.fullScreenIntent != null in applyStandardTemplateWithActions()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SwipeHelper.java | 869 : notif.fullScreenIntent; in isAvailableToDragAndDrop()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 562 && row.getEntry().getSbn().getNotification().fullScreenIntent
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6328 field public android.app.PendingIntent fullScreenIntent;
|