Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java246 .that(actual.getSmallIcon().getResId())
247 .isEqualTo(expected.getSmallIcon().getResId());
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationInfo.java78 icon = notification.getSmallIcon(); in NotificationInfo()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
H A DNewUserDisclaimerActivityTest.java155 assertWithMessage("notification icon").that(notification.getSmallIcon()).isNotNull(); in assertNotificationContents()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationHeaderView.java129 Icon icon = notification.getSmallIcon(); in bind()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java245 .setSmallIcon(getSmallIcon(disk, VolumeInfo.STATE_UNMOUNTABLE)) in onDiskScannedInternal()
586 private int getSmallIcon(DiskInfo disk, int state) { in getSmallIcon() method in StorageNotification
606 .setSmallIcon(getSmallIcon(vol.getDisk(), vol.getState())) in buildNotificationBuilder()
/aosp12/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()
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
H A DNotificationEntryTest.java259 assertNull(entry.getNotification().getSmallIcon()); in testShrinkNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java156 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationSbnAdapter.java240 Drawable draw = sbn.getNotification().getSmallIcon().loadDrawableAsUser( in loadIcon()
H A DNotificationStation.java346 Drawable draw = sbn.getNotification().getSmallIcon().loadDrawableAsUser( in loadIcon()
525 .append(String.valueOf(n.getSmallIcon())); in generateExtraText()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java148 final Icon icon = captured.getSmallIcon(); in testIcon()
H A DNotificationManagerServiceTest.java5977 assertNull(update.getSbn().getNotification().getSmallIcon()); in testNotificationStats_notificationError()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java698 if (notification.getSmallIcon() == null) { in fixNotification()
709 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
H A DNotification.java3613 public Icon getSmallIcon() { in getSmallIcon() method in Notification
3843 if (mN.getSmallIcon() == null && mN.icon != 0) { in Builder()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java953 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
1025 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1329 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java471 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
H A DNotificationManagerService.java2937 if (r.getNotification().getSmallIcon() != null) {
2949 .setIcon(r.getNotification().getSmallIcon())
5620 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon())
7000 if (notification.getSmallIcon() != null) {
8408 if (r.getNotification().getSmallIcon() != null) {
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt2225 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5644 method public android.graphics.drawable.Icon getSmallIcon();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt2225 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;