/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | UserNotificationHelperUnitTest.java | 246 .that(actual.getSmallIcon().getResId()) 247 .isEqualTo(expected.getSmallIcon().getResId());
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
H A D | NotificationInfo.java | 78 icon = notification.getSmallIcon(); in NotificationInfo()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
H A D | NewUserDisclaimerActivityTest.java | 155 assertWithMessage("notification icon").that(notification.getSmallIcon()).isNotNull(); in assertNotificationContents()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
H A D | CarNotificationHeaderView.java | 129 Icon icon = notification.getSmallIcon(); in bind()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 245 .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 D | NotificationGroupingUtil.java | 359 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 D | NotificationEntryTest.java | 259 assertNull(entry.getNotification().getSmallIcon()); in testShrinkNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 156 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationSbnAdapter.java | 240 Drawable draw = sbn.getNotification().getSmallIcon().loadDrawableAsUser( in loadIcon()
|
H A D | NotificationStation.java | 346 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 D | NotificationShellCmdTest.java | 148 final Icon icon = captured.getSmallIcon(); in testIcon()
|
H A D | NotificationManagerServiceTest.java | 5977 assertNull(update.getSbn().getNotification().getSmallIcon()); in testNotificationStats_notificationError()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationManager.java | 698 if (notification.getSmallIcon() == null) { in fixNotification() 709 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
|
H A D | Notification.java | 3613 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 D | ServiceRecord.java | 953 if (localForegroundNoti.getSmallIcon() == null) { in postNotification() 1025 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1329 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 471 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
|
H A D | NotificationManagerService.java | 2937 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2225 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5644 method public android.graphics.drawable.Icon getSmallIcon();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2225 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|