Home
last modified time | relevance | path

Searched refs:fullScreenIntent (Results 1 – 17 of 17) 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/support/compat/api26/android/support/v4/app/
DNotificationCompatApi26.java39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
67 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java44 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
68 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationIntrusivenessExtractor.java56 if (record.getNotification().fullScreenIntent != null) { in process()
DNotificationRecord.java321 if (n.fullScreenIntent != null) { in calculateImportance()
393 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dump()
/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/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java50 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
77 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java51 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
76 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java76 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
102 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java80 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
103 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java436 && (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
DStatusBar.java1573 if (!isHeadsUped && notification.getNotification().fullScreenIntent != null) { in addNotification()
1595 notification.getNotification().fullScreenIntent.send(); in addNotification()
2830 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp()
2837 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
6459 : notification.fullScreenIntent;
6595 if (notification.contentIntent != null || notification.fullScreenIntent != null) {
6922 if (sbn.getNotification().fullScreenIntent != null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java231 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java618 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, in BuilderBase() argument
638 .setFullScreenIntent(fullScreenIntent, in BuilderBase()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4635 field public android.app.PendingIntent fullScreenIntent;
/frameworks/base/api/
Dcurrent.txt5218 field public android.app.PendingIntent fullScreenIntent;
Dsystem-current.txt5404 field public android.app.PendingIntent fullScreenIntent;