/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationGroupingUtil.java | 359 Icon parentIcon = ((Notification) parentData).getSmallIcon(); in hasSameIcon() 360 Icon childIcon = ((Notification) childData).getSmallIcon(); in hasSameIcon()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 272 .setSmallIcon(getSmallIcon(disk, VolumeInfo.STATE_UNMOUNTABLE)) in onDiskScannedInternal() 613 private int getSmallIcon(DiskInfo disk, int state) { in getSmallIcon() method in StorageNotification 633 .setSmallIcon(getSmallIcon(vol.getDisk(), vol.getState())) in buildNotificationBuilder()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobNotificationCoordinator.java | 338 if (notification.getSmallIcon() == null) { in validateNotification()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationShellCmdTest.java | 148 final Icon icon = captured.getSmallIcon(); in testIcon()
|
H A D | NotificationManagerServiceTest.java | 8052 assertNull(update.getSbn().getNotification().getSmallIcon()); in testNotificationStats_notificationError()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 195 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/ |
H A D | JobNotificationCoordinatorTest.java | 107 doReturn(null).when(notification).getSmallIcon(); in testParameterValidation() 556 doReturn(mock(Icon.class)).when(notification).getSmallIcon(); in createValidNotification()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationManager.java | 714 if (notification.getSmallIcon() == null) { in fixNotification() 725 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
|
H A D | Notification.java | 3312 return areIconsMaybeDifferent(first.getSmallIcon(), second.getSmallIcon()) in areIconsDifferent() 3760 public Icon getSmallIcon() { in getSmallIcon() method in Notification 3993 if (mN.getSmallIcon() == null && mN.icon != 0) { in Builder()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputControllerTest.java | 965 when(notification.getSmallIcon()).thenReturn(null); in getNotificationSmallIcon_withoutSmallIcon_returnsNull() 984 when(notification.getSmallIcon()).thenReturn(icon); in getNotificationSmallIcon_withPackageNameAndMediaSession_returnsIconCompat()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ServiceRecord.java | 1360 if (localForegroundNoti.getSmallIcon() == null) { in postNotification() 1432 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputController.java | 504 final Icon icon = notification.getSmallIcon(); in getNotificationSmallIcon()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1371 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 485 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
|
H A D | NotificationManagerService.java | 3160 if (r.getNotification().getSmallIcon() != null) { 3172 .setIcon(r.getNotification().getSmallIcon()) 6123 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon()) 8010 if (notification.getSmallIcon() != null) { 9348 if (r.getNotification().getSmallIcon() != null) {
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 622 Bitmap smallNotificationIcon = notification.getSmallIcon().getBitmap(); in testBuild_ensureSmallIconIsNotTooBig_resizesIcon()
|
/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/boot/ |
H A D | boot-image-profile.txt | 2309 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2309 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6203 method public android.graphics.drawable.Icon getSmallIcon();
|