Home
last modified time | relevance | path

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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);
158 fullScreenIntent.putExtra("id", id);
162 fullScreenIntent,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java277 : notification.fullScreenIntent; in performActionAfterKeyguardDismissed()
646 final PendingIntent fullScreenIntent = in launchFullScreenIntent() local
647 entry.getSbn().getNotification().fullScreenIntent; in launchFullScreenIntent()
648 mLogger.logSendingFullScreenIntent(entry, fullScreenIntent); in launchFullScreenIntent()
657 fullScreenIntent.sendAndReturnResult(null, 0, null, null, null, null, in launchFullScreenIntent()
664 List<ResolveInfo> resolveInfos = fullScreenIntent.queryIntentComponents(0); in launchFullScreenIntent()
673 fullScreenIntent.getCreatorUid(), in launchFullScreenIntent()
DCentralSurfacesImpl.java1614 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp()
1625 notification.fullScreenIntent.send(opts.toBundle()); in maybeEscalateHeadsUp()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationIntrusivenessExtractor.java58 if (record.getNotification().fullScreenIntent != null) { in process()
DNotificationRecordLogger.java534 p.r.getSbn().getNotification().fullScreenIntent != null; in NotificationReported()
DNotificationRecord.java429 if (n.fullScreenIntent != null) { in calculateInitialImportance()
578 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dumpNotification()
DNotificationAttentionHelper.java1573 if (record.getNotification().fullScreenIntent != null) { in isAvalancheExempted()
DNotificationManagerService.java7605 notification.contentIntent = notification.fullScreenIntent;
7607 notification.fullScreenIntent = null;
7669 if (notification.fullScreenIntent != null) {
8070 boolean hasFullScreenIntent = n.fullScreenIntent != null;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt120 entry.sbn.notification.fullScreenIntent != null -> false in shouldSuppress()
179 entry.sbn.notification.fullScreenIntent != null || in whenAge()
344 if (entry.sbn.notification.fullScreenIntent != null) { in shouldSuppress()
DNotificationInterruptStateProviderImpl.java269 if (entry.getSbn().getNotification().fullScreenIntent == null) { in getFullScreenIntentDecision()
438 final boolean hasFsi = sbn.getNotification().fullScreenIntent != null; in shouldHeadsUpWhenAwake()
651 if (notification.fullScreenIntent != null) { in shouldSuppressHeadsUpWhenAwakeForOldWhen()
DFullScreenIntentDecisionProvider.kt141 if (notification.fullScreenIntent == null) { in makeDecisionWithoutDnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java118 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragControllerTest.java123 notification.fullScreenIntent = null; in testDoStartDrag_noLaunchIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java105 : notification.fullScreenIntent; in startDragAndDrop()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java468 PendingIntent fullScreenIntent = PendingIntent.getActivity(mContext, 1, in testOnFullScreenIntentWhenDozing_wakeUpDevice() local
473 .setFullScreenIntent(fullScreenIntent, true); in testOnFullScreenIntentWhenDozing_wakeUpDevice()
/frameworks/base/core/java/android/app/
DNotification.java410 public PendingIntent fullScreenIntent; field in Notification
2736 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2819 that.fullScreenIntent = this.fullScreenIntent; in cloneInto()
3428 if (fullScreenIntent != null) { in writeToParcelImpl()
3430 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl()
5062 mN.fullScreenIntent = intent; in setFullScreenIntent()
6272 || mN.fullScreenIntent != null in bindSnoozeAction()
6333 boolean emphasizedMode = mN.fullScreenIntent != null in applyStandardTemplateWithActions()
6717 if (mN.fullScreenIntent != null) { in createCompactHeadsUpContentView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java346 return entry.getSbn().getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java872 : notif.fullScreenIntent; in isAvailableToDragAndDrop()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1328 final int fullScreenIntent = safeInt(parser, SHOW_ATT_FULL_SCREEN_INTENT, in readZenPolicyXml() local
1338 if (fullScreenIntent != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
1339 builder.showFullScreenIntent(fullScreenIntent == STATE_ALLOW); in readZenPolicyXml()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java634 && row.getEntry().getSbn().getNotification().fullScreenIntent
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java14463 if (notif.fullScreenIntent != null) {
14465 notif.fullScreenIntent.writeToParcel(parcel, 0);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4635 field public android.app.PendingIntent fullScreenIntent;
/frameworks/base/core/api/
Dcurrent.txt6523 field public android.app.PendingIntent fullScreenIntent;