Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java239 builder.setLargeIcon(info.getLargeIcon()); in postNotification()
428 public @Nullable Bitmap getLargeIcon() { in getLargeIcon() method in ExternalCallNotifier.NotificationInfo
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DInboxNotificationViewHolder.java66 Icon icon = notification.getLargeIcon(); in bindBody()
DNavigationNotificationViewHolder.java66 Icon icon = notification.getLargeIcon(); in bindBody()
DBasicNotificationViewHolder.java66 Icon icon = notification.getLargeIcon(); in bindBody()
DEmergencyNotificationViewHolder.java75 Icon icon = notification.getLargeIcon(); in bind()
DProgressNotificationViewHolder.java77 Icon icon = notification.getLargeIcon(); in bindBody()
DMessageNotificationViewHolder.java156 avatar = notification.getLargeIcon(); in bindBody()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationInfo.java75 Icon icon = iconType == Notification.BADGE_ICON_SMALL ? null : notification.getLargeIcon(); in NotificationInfo()
/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationEntryTest.java260 assertNull(entry.getNotification().getLargeIcon()); in testShrinkNotification()