Home
last modified time | relevance | path

Searched refs:getSmallIcon (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java359 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 DStorageNotification.java272 .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 DJobNotificationCoordinator.java338 if (notification.getSmallIcon() == null) { in validateNotification()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java148 final Icon icon = captured.getSmallIcon(); in testIcon()
H A DNotificationManagerServiceTest.java8052 assertNull(update.getSbn().getNotification().getSmallIcon()); in testNotificationStats_notificationError()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java195 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobNotificationCoordinatorTest.java107 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 DNotificationManager.java714 if (notification.getSmallIcon() == null) { in fixNotification()
725 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
H A DNotification.java3312 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 DMediaOutputControllerTest.java965 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 DServiceRecord.java1360 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 DMediaOutputController.java504 final Icon icon = notification.getSmallIcon(); in getNotificationSmallIcon()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1371 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java485 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
H A DNotificationManagerService.java3160 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 DNotificationTest.java622 Bitmap smallNotificationIcon = notification.getSmallIcon().getBitmap(); in testBuild_ensureSmallIconIsNotTooBig_resizesIcon()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2309 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2309 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6203 method public android.graphics.drawable.Icon getSmallIcon();