Searched refs:getLargeIcon (Results 1 – 9 of 9) sorted by relevance
239 builder.setLargeIcon(info.getLargeIcon()); in postNotification()428 public @Nullable Bitmap getLargeIcon() { in getLargeIcon() method in ExternalCallNotifier.NotificationInfo
66 Icon icon = notification.getLargeIcon(); in bindBody()
75 Icon icon = notification.getLargeIcon(); in bind()
77 Icon icon = notification.getLargeIcon(); in bindBody()
156 avatar = notification.getLargeIcon(); in bindBody()
75 Icon icon = iconType == Notification.BADGE_ICON_SMALL ? null : notification.getLargeIcon(); in NotificationInfo()
260 assertNull(entry.getNotification().getLargeIcon()); in testShrinkNotification()