/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/support/compat/api26/android/support/v4/app/ |
D | NotificationCompatApi26.java | 39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 67 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/compat/kitkat/android/support/v4/app/ |
D | NotificationCompatKitKat.java | 44 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 68 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationIntrusivenessExtractor.java | 56 if (record.getNotification().fullScreenIntent != null) { in process()
|
D | NotificationRecord.java | 321 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/ |
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/support/compat/api24/android/support/v4/app/ |
D | NotificationCompatApi24.java | 50 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 77 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/compat/api20/android/support/v4/app/ |
D | NotificationCompatApi20.java | 51 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 76 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/compat/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 76 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 102 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/compat/jellybean/android/support/v4/app/ |
D | NotificationCompatJellybean.java | 80 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 103 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 436 && (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
|
D | StatusBar.java | 1573 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/ |
D | HeadsUpManager.java | 231 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 618 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, in BuilderBase() argument 638 .setFullScreenIntent(fullScreenIntent, in BuilderBase()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4635 field public android.app.PendingIntent fullScreenIntent;
|
/frameworks/base/api/ |
D | current.txt | 5218 field public android.app.PendingIntent fullScreenIntent;
|
D | system-current.txt | 5404 field public android.app.PendingIntent fullScreenIntent;
|