Searched refs:fullScreenIntent (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java58 if (record.getNotification().fullScreenIntent != null) {
H A DNotificationRecord.java357 if (n.fullScreenIntent != null) {
437 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent);
/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,
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java484 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class);
485 fullScreenIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
487 fullScreenIntent.putExtra(EXTRA_ID, id);
489 context, 22, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationEntryManager.java173 if (notification.contentIntent != null || notification.fullScreenIntent != null) {
764 if (!isHeadsUped && notification.getNotification().fullScreenIntent != null) {
782 Log.d(TAG, "Notification has fullScreenIntent; sending fullScreenIntent");
786 notification.getNotification().fullScreenIntent.send();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java594 && (sbn.getNotification().fullScreenIntent != null
H A DStatusBar.java1931 if (sbn.getNotification().fullScreenIntent != null) {
2170 if (notification.fullScreenIntent != null) {
2177 notification.fullScreenIntent.send();
5080 : notification.fullScreenIntent;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java159 return entry.notification.getNotification().fullScreenIntent != null;
/frameworks/base/core/java/android/app/
H A DNotification.java307 public PendingIntent fullScreenIntent; field in class:Notification
2164 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel);
2236 that.fullScreenIntent = this.fullScreenIntent;
2575 if (fullScreenIntent != null) {
2577 fullScreenIntent.writeToParcel(parcel, 0);
3727 * @see Notification#fullScreenIntent
3730 mN.fullScreenIntent = intent;
4885 boolean emphazisedMode = mN.fullScreenIntent != null && !p.ambient;

Completed in 176 milliseconds