/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 166 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 D | NotificationTemplateViewWrapper.java | 158 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 D | NotificationBigPictureTemplateViewWrapper.java | 55 mRightIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in updateImageTag()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
H A D | BasicNotificationViewHolder.java | 65 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
|
H A D | CallNotificationViewHolder.java | 65 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
|
H A D | InboxNotificationViewHolder.java | 67 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
|
H A D | NavigationNotificationViewHolder.java | 66 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
|
H A D | EmergencyNotificationViewHolder.java | 77 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bind()
|
H A D | ProgressNotificationViewHolder.java | 78 notification.getLargeIcon(), /* titleIcon= */ null, /* countText= */ null, in bindBody()
|
H A D | MessageNotificationViewHolder.java | 199 avatar = notification.getLargeIcon(); in bindBody()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputControllerTest.java | 475 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 D | ExternalCallNotifier.java | 239 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 D | NotificationInfo.java | 75 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 D | IconManager.kt | 276 ic = entry.sbn.notification.getLargeIcon()
|
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
H A D | NotificationEntryTest.java | 260 assertNull(entry.getNotification().getLargeIcon()); in testShrinkNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputController.java | 253 final Icon icon = notification.getLargeIcon(); in getNotificationIcon()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaDataManager.kt | 551 notif.getLargeIcon()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1330 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 3631 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5640 method public android.graphics.drawable.Icon getLargeIcon(); 6000 method public android.graphics.Bitmap getLargeIcon();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2220 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2220 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
|