Searched refs:fullScreenIntent (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | StatusBarTest.java | 156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class); 158 fullScreenIntent.putExtra("id", id); 162 fullScreenIntent,
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
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()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationIntrusivenessExtractor.java | 58 if (record.getNotification().fullScreenIntent != null) { in process()
|
D | NotificationRecord.java | 383 if (n.fullScreenIntent != null) { in calculateInitialImportance() 463 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dump()
|
D | NotificationManagerService.java | 4931 if (notification.fullScreenIntent != null && ai.targetSdkVersion >= Build.VERSION_CODES.Q) { 4935 notification.fullScreenIntent = null;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 97 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
|
D | NotificationInterruptionStateProvider.java | 427 return entry.notification.getNotification().fullScreenIntent != null in shouldLaunchFullScreenIntentWhenAdded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 189 : notification.fullScreenIntent; in onNotificationClicked() 436 entry.notification.getNotification().fullScreenIntent.send(); in handleFullScreenIntent()
|
D | StatusBarNotificationPresenter.java | 363 if (sbn.getNotification().fullScreenIntent != null) { in canHeadsUp()
|
D | NotificationGroupManager.java | 500 return (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
|
D | StatusBar.java | 1828 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp() 1835 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 120 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 323 public PendingIntent fullScreenIntent; field in Notification 2264 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl() 2345 that.fullScreenIntent = this.fullScreenIntent; in cloneInto() 2689 if (fullScreenIntent != null) { in writeToParcelImpl() 2691 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl() 3996 mN.fullScreenIntent = intent; in setFullScreenIntent() 5217 boolean emphazisedMode = mN.fullScreenIntent != null; in applyStandardTemplateWithActions()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 773 final int fullScreenIntent = safeInt(parser, SHOW_ATT_FULL_SCREEN_INTENT, in readZenPolicyXml() local 783 if (fullScreenIntent != ZenPolicy.STATE_UNSET) { in readZenPolicyXml() 784 builder.showFullScreenIntent(fullScreenIntent == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 6313 && row.getStatusBarNotification().getNotification().fullScreenIntent
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4635 field public android.app.PendingIntent fullScreenIntent;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5391 field public android.app.PendingIntent fullScreenIntent;
|
/frameworks/base/api/ |
D | current.txt | 5391 field public android.app.PendingIntent fullScreenIntent;
|