Home
last modified time | relevance | path

Searched refs:EXTRA_LARGE_ICON (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java273 public static final String EXTRA_LARGE_ICON = "android.largeIcon"; field in NotificationCompat
281 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big";
3739 private static final String EXTRA_LARGE_ICON = "large_icon"; field in NotificationCompat.CarExtender
3766 mLargeIcon = carBundle.getParcelable(EXTRA_LARGE_ICON); in CarExtender()
3789 carExtensions.putParcelable(EXTRA_LARGE_ICON, mLargeIcon); in extend()
/frameworks/base/core/java/android/app/
DNotification.java845 public static final String EXTRA_LARGE_ICON = "android.largeIcon"; field in Notification
853 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big";
2762 mN.extras.putParcelable(EXTRA_LARGE_ICON, icon); in setLargeIcon()
6526 private static final String EXTRA_LARGE_ICON = "large_icon"; field in Notification.CarExtender
6549 mLargeIcon = carBundle.getParcelable(EXTRA_LARGE_ICON); in CarExtender()
6567 carExtensions.putParcelable(EXTRA_LARGE_ICON, mLargeIcon); in extend()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java838 n.extras.putParcelable(Notification.EXTRA_LARGE_ICON, largeIconBits); in createLegacyIconExtras()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java457 if (names.contains(Notification.EXTRA_LARGE_ICON)) { in countApiUse()
/frameworks/support/api/
Dcurrent.txt4188 field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4585 field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon";
/frameworks/base/api/
Dcurrent.txt4940 field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon";
Dsystem-current.txt5095 field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon";
Dtest-current.txt4943 field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon";