Home
last modified time | relevance | path

Searched defs:fullScreenIntent (Results 1 – 10 of 10) sorted by relevance

/frameworks/support/compat/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) { in add()
/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java33 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, in Builder()
/frameworks/support/compat/gingerbread/android/support/v4/app/
DNotificationCompatBase.java68 PendingIntent fullScreenIntent) { in add()
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java42 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java55 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java41 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java66 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java484 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class); in getPendingIntent() local
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java77 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/base/core/java/android/app/
DNotification.java262 public PendingIntent fullScreenIntent; field in Notification