/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationHeaderViewWrapper.java | 129 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated() 132 mWorkProfileImage.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationHeaderUtil.java | 352 Icon parentIcon = ((Notification) parentData).getSmallIcon(); in hasSameIcon() 353 Icon childIcon = ((Notification) childData).getSmallIcon(); in hasSameIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleView.java | 222 ic = needsTint ? n.getSmallIcon() : n.getLargeIcon(); in updateViews()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 240 .setSmallIcon(getSmallIcon(disk, VolumeInfo.STATE_UNMOUNTABLE)) in onDiskScannedInternal() 557 private int getSmallIcon(DiskInfo disk, int state) { in getSmallIcon() method in StorageNotification 577 .setSmallIcon(getSmallIcon(vol.getDisk(), vol.getState())) in buildNotificationBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 337 final Icon smallIcon = n.getSmallIcon(); in createIcons() 414 n.getSmallIcon(), in updateIcons()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationShellCmdTest.java | 147 final Icon icon = captured.getSmallIcon(); in testIcon()
|
D | NotificationManagerServiceTest.java | 4148 assertNull(update.sbn.getNotification().getSmallIcon()); in testNotificationStats_notificationError()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 515 if (notification.getSmallIcon() == null) { in fixNotification() 529 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
|
D | Notification.java | 3219 public Icon getSmallIcon() { in getSmallIcon() method in Notification 3477 if (mN.getSmallIcon() == null && mN.icon != 0) { in Builder()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 810 if (localForegroundNoti.getSmallIcon() == null) { in postNotification() 882 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1208 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 456 final Icon icon = notification.getSmallIcon(); in dump()
|
D | NotificationManagerService.java | 4284 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon()) 5406 if (notification.getSmallIcon() != null) { 6455 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/ ... |