Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java227 : 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 DCentralSurfacesImpl.java1766 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 DStatusBarTest.java156 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 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()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java58 if (record.getNotification().fullScreenIntent != null) { in process()
H A DNotificationRecordLogger.java537 p.r.getSbn().getNotification().fullScreenIntent != null; in NotificationReported()
H A DNotificationRecord.java410 if (n.fullScreenIntent != null) { in calculateInitialImportance()
560 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dumpNotification()
H A DNotificationManagerService.java6933 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 DNotificationInterruptStateProviderImpl.java247 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 DNotificationClicker.java118 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragControllerTest.java124 notification.fullScreenIntent = null; in testDoStartDrag_noLaunchIntent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java415 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 DExpandableNotificationRowDragController.java105 : notification.fullScreenIntent; in startDragAndDrop()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java153 return entry.getSbn().getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java743 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 DNotification.java390 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 DSwipeHelper.java869 : notif.fullScreenIntent; in isAvailableToDragAndDrop()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java562 && row.getEntry().getSbn().getNotification().fullScreenIntent
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6328 field public android.app.PendingIntent fullScreenIntent;