/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeterTest.kt | 50 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_plainNotification() 70 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_rankerGroupNotification() 112 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_customViewNotification_marksTrue() 161 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_bigPictureStyle() 187 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_callingStyle() 223 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_messagingStyle() 245 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_carExtender() 266 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_tvWearExtender()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationTemplateViewWrapper.java | 167 mLeftIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in resolveTemplateViews() 187 protected final Icon getLargeIcon(Notification n) { in getLargeIcon() method in NotificationTemplateViewWrapper 188 Icon modernLargeIcon = n.getLargeIcon(); in getLargeIcon() 204 return getLargeIcon(n); in getRightIcon()
|
D | NotificationBigPictureTemplateViewWrapper.java | 66 mRightIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in updateImageTag()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 221 assertSame(n.getLargeIcon(), originalIcon); in largeIconMultipleReferences_keptAfterParcelling() 224 assertNotSame(q.getLargeIcon(), n.getLargeIcon()); in largeIconMultipleReferences_keptAfterParcelling() 226 assertTrue(q.getLargeIcon().getBitmap().sameAs(n.getLargeIcon().getBitmap())); in largeIconMultipleReferences_keptAfterParcelling() 227 assertSame(q.getLargeIcon(), q.extras.getParcelable(EXTRA_LARGE_ICON)); in largeIconMultipleReferences_keptAfterParcelling() 237 assertSame(n.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling() 240 assertSame(q.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeter.kt | 83 val largeIconUse = computeIconUse(notification.getLargeIcon(), seenBitmaps) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewInflater.kt | 283 conversationIcon = notification.getLargeIcon() in loadConversationAvatar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
D | MediaOutputControllerTest.java | 1011 when(notification.getLargeIcon()).thenReturn(null); in getNotificationLargeIcon_withoutLargeIcon_returnsNull() 1030 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat() 1049 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManager.kt | 389 ic = entry.sbn.notification.getLargeIcon() in <lambda>()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1393 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputController.java | 549 final Icon icon = notification.getLargeIcon(); in getNotificationIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessor.kt | 784 notif.getLargeIcon() in <lambda>()
|
D | LegacyMediaDataManagerImpl.kt | 839 notif.getLargeIcon() in loadMediaDataInBg()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3581 || areIconsMaybeDifferent(first.getLargeIcon(), second.getLargeIcon()); in areIconsDifferent() 4225 public Icon getLargeIcon() { in getLargeIcon() method in Notification 4451 if (mN.getLargeIcon() == null && mN.largeIcon != null) { in Builder() 12764 public Bitmap getLargeIcon() { in getLargeIcon() method in Notification.Builder.CarExtender
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 14432 if (notif.getLargeIcon() != null) { 14434 notif.getLargeIcon().writeToParcel(parcel, 0);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 6393 method public android.graphics.drawable.Icon getLargeIcon(); 6759 method public android.graphics.Bitmap getLargeIcon();
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2279 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2279 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
|