/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryMeterTest.kt | 50 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, 70 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, 112 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, 161 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, 187 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, 223 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, 245 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, 266 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
|
/aosp14/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 | 65 mRightIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in updateImageTag()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 207 assertSame(n.getLargeIcon(), originalIcon); in largeIconMultipleReferences_keptAfterParcelling() 210 assertNotSame(q.getLargeIcon(), n.getLargeIcon()); in largeIconMultipleReferences_keptAfterParcelling() 212 assertTrue(q.getLargeIcon().getBitmap().sameAs(n.getLargeIcon().getBitmap())); in largeIconMultipleReferences_keptAfterParcelling() 213 assertSame(q.getLargeIcon(), q.extras.getParcelable(EXTRA_LARGE_ICON)); in largeIconMultipleReferences_keptAfterParcelling() 223 assertSame(n.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling() 226 assertSame(q.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryMeter.kt | 83 val largeIconUse = computeIconUse(notification.getLargeIcon(), seenBitmaps)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManager.kt | 285 ic = entry.sbn.notification.getLargeIcon()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputControllerTest.java | 909 when(notification.getLargeIcon()).thenReturn(null); in getNotificationLargeIcon_withoutLargeIcon_returnsNull() 928 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat() 947 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputController.java | 522 final Icon icon = notification.getLargeIcon(); in getNotificationIcon()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1372 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 3313 || areIconsMaybeDifferent(first.getLargeIcon(), second.getLargeIcon()); in areIconsDifferent() 3778 public Icon getLargeIcon() { in getLargeIcon() method in Notification 3997 if (mN.getLargeIcon() == null && mN.largeIcon != null) { in Builder() 11866 public Bitmap getLargeIcon() { in getLargeIcon() method in Notification.Builder.CarExtender
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManager.kt | 822 notif.getLargeIcon()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6199 method public android.graphics.drawable.Icon getLargeIcon(); 6564 method public android.graphics.Bitmap getLargeIcon();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2304 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2304 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
|