Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java166 assertSame(n.getLargeIcon(), originalIcon); in largeIconMultipleReferences_keptAfterParcelling()
169 assertNotSame(q.getLargeIcon(), n.getLargeIcon()); in largeIconMultipleReferences_keptAfterParcelling()
171 assertTrue(q.getLargeIcon().getBitmap().sameAs(n.getLargeIcon().getBitmap())); in largeIconMultipleReferences_keptAfterParcelling()
172 assertSame(q.getLargeIcon(), q.extras.getParcelable(Notification.EXTRA_LARGE_ICON)); in largeIconMultipleReferences_keptAfterParcelling()
182 assertSame(n.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
185 assertSame(q.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java158 mLeftIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in resolveTemplateViews()
178 protected final Icon getLargeIcon(Notification n) { in getLargeIcon() method in NotificationTemplateViewWrapper
179 Icon modernLargeIcon = n.getLargeIcon(); in getLargeIcon()
195 return getLargeIcon(n); in getRightIcon()
H A DNotificationBigPictureTemplateViewWrapper.java55 mRightIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in updateImageTag()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DBasicNotificationViewHolder.java65 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
H A DCallNotificationViewHolder.java65 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
H A DInboxNotificationViewHolder.java67 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
H A DNavigationNotificationViewHolder.java66 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
H A DEmergencyNotificationViewHolder.java77 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bind()
H A DProgressNotificationViewHolder.java78 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
H A DMessageNotificationViewHolder.java199 avatar = notification.getLargeIcon(); in bindBody()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java475 when(notification.getLargeIcon()).thenReturn(null); in getNotificationLargeIcon_withoutLargeIcon_returnsNull()
495 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat()
515 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java239 builder.setLargeIcon(info.getLargeIcon()); in postNotification()
428 public @Nullable Bitmap getLargeIcon() { in getLargeIcon() method in ExternalCallNotifier.NotificationInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationInfo.java75 Icon icon = iconType == Notification.BADGE_ICON_SMALL ? null : notification.getLargeIcon(); in NotificationInfo()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt276 ic = entry.sbn.notification.getLargeIcon()
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
H A DNotificationEntryTest.java260 assertNull(entry.getNotification().getLargeIcon()); in testShrinkNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java253 final Icon icon = notification.getLargeIcon(); in getNotificationIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDataManager.kt551 notif.getLargeIcon()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1330 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java3631 public Icon getLargeIcon() { in getLargeIcon() method in Notification
3847 if (mN.getLargeIcon() == null && mN.largeIcon != null) { in Builder()
11525 public Bitmap getLargeIcon() { in getLargeIcon() method in Notification.Builder.CarExtender
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5640 method public android.graphics.drawable.Icon getLargeIcon();
6000 method public android.graphics.Bitmap getLargeIcon();
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt2220 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt2220 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;