/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationHeaderUtil.java | 363 Icon parentIcon = ((Notification) parentData).getSmallIcon(); in hasSameIcon() 364 Icon childIcon = ((Notification) childData).getSmallIcon(); in hasSameIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExperimentConfig.java | 233 ? notification.getSmallIcon() in createFromNotif()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationShellCmdTest.java | 148 final Icon icon = captured.getSmallIcon(); in testIcon()
|
D | NotificationManagerServiceTest.java | 5084 assertNull(update.getSbn().getNotification().getSmallIcon()); in testNotificationStats_notificationError()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationHeaderViewWrapper.java | 178 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 602 if (notification.getSmallIcon() == null) { in fixNotification() 613 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
|
D | Notification.java | 3305 public Icon getSmallIcon() { in getSmallIcon() method in Notification 3556 if (mN.getSmallIcon() == null && mN.icon != 0) { in Builder()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 829 if (localForegroundNoti.getSmallIcon() == null) { in postNotification() 901 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1236 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 466 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
|
D | NotificationManagerService.java | 2696 .setIcon(r.getNotification().getSmallIcon()) 5196 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon()) 6507 if (notification.getSmallIcon() != null) { 7641 if (r.getNotification().getSmallIcon() != null) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 2703 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|
/frameworks/base/api/ |
D | current.txt | 5459 method public android.graphics.drawable.Icon getSmallIcon();
|