Home
last modified time | relevance | path

Searched refs:fullScreenIntent (Results 1 – 12 of 12) 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/tests/notification/src/com/android/frameworks/tests/notification/
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()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationIntrusivenessExtractor.java58 if (record.getNotification().fullScreenIntent != null) { in process()
DNotificationRecord.java357 if (n.fullScreenIntent != null) { in calculateImportance()
437 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationEntryManager.java173 if (notification.contentIntent != null || notification.fullScreenIntent != null) { in register()
764 if (!isHeadsUped && notification.getNotification().fullScreenIntent != null) { in addNotificationInternal()
786 notification.getNotification().fullScreenIntent.send(); in addNotificationInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java159 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/frameworks/base/core/java/android/app/
DNotification.java307 public PendingIntent fullScreenIntent; field in Notification
2164 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2236 that.fullScreenIntent = this.fullScreenIntent; in cloneInto()
2575 if (fullScreenIntent != null) { in writeToParcelImpl()
2577 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl()
3730 mN.fullScreenIntent = intent; in setFullScreenIntent()
4885 boolean emphazisedMode = mN.fullScreenIntent != null && !p.ambient; in applyStandardTemplateWithActions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java594 && (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
DStatusBar.java1931 if (sbn.getNotification().fullScreenIntent != null) { in shouldPeek()
2170 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp()
2177 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
5080 : notification.fullScreenIntent; in onNotificationClicked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4635 field public android.app.PendingIntent fullScreenIntent;
/frameworks/base/api/
Dcurrent.txt5289 field public android.app.PendingIntent fullScreenIntent;
/frameworks/base/config/
Dhiddenapi-public-dex.txt3802 Landroid/app/Notification;->fullScreenIntent:Landroid/app/PendingIntent;