Searched defs:EXTRA_LARGE_ICON (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java297 public static final String EXTRA_LARGE_ICON = "android.largeIcon"; field in class:NotificationCompat
305 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big";
4578 private static final String EXTRA_LARGE_ICON = "large_icon"; field in class:NotificationCompat.CarExtender
4617 mLargeIcon = carBundle.getParcelable(EXTRA_LARGE_ICON);
4723 carExtensions.putParcelable(EXTRA_LARGE_ICON, mLargeIcon);
/frameworks/base/core/java/android/app/
H A DNotification.java1034 public static final String EXTRA_LARGE_ICON = "android.largeIcon"; field in class:Notification
1042 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big";
2762 * as {@link getLargeIcon()} which is mirrored by {@link #EXTRA_LARGE_ICON}. This is mostly
2771 fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON);
3776 mN.extras.putParcelable(EXTRA_LARGE_ICON, icon);
9040 private static final String EXTRA_LARGE_ICON = "large_icon"; field in class:Notification.CarExtender
9063 mLargeIcon = carBundle.getParcelable(EXTRA_LARGE_ICON);
9081 carExtensions.putParcelable(EXTRA_LARGE_ICON, mLargeIcon);

Completed in 47 milliseconds