Searched refs:EXTRA_LARGE_ICON (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java166 assertSame(q.getLargeIcon(), q.extras.getParcelable(Notification.EXTRA_LARGE_ICON));
175 n.extras.putParcelable(Notification.EXTRA_LARGE_ICON, originalIcon);
180 assertTrue(((Icon) q.extras.getParcelable(Notification.EXTRA_LARGE_ICON)).getBitmap()
/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);
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java229 * <li>{@link Notification#EXTRA_LARGE_ICON extras[EXTRA_LARGE_ICON]}</li>
1175 n.extras.putParcelable(Notification.EXTRA_LARGE_ICON, largeIconBits);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java473 if (names.contains(Notification.EXTRA_LARGE_ICON)) {

Completed in 110 milliseconds