Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationHeaderViewWrapper.java144 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
147 mWorkProfileImage.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java342 Icon parentIcon = ((Notification) parentData).getSmallIcon(); in hasSameIcon()
343 Icon childIcon = ((Notification) childData).getSmallIcon(); in hasSameIcon()
DNotificationData.java141 final Icon smallIcon = n.getSmallIcon(); in createIcons()
198 n.getSmallIcon(), in updateIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java240 .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/core/java/android/app/
DNotificationManager.java309 if (notification.getSmallIcon() == null) { in notifyAsUser()
325 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java464 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
520 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java380 final Icon icon = notification.getSmallIcon(); in dump()
DNotificationManagerService.java2846 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon()) in createAutoGroupSummary()
3560 if (notification.getSmallIcon() != null) { in run()
4262 if (r.getNotification().getSmallIcon() != null) { in cancelNotificationLocked()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1119 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
/frameworks/base/api/
Dcurrent.txt5121 method public android.graphics.drawable.Icon getSmallIcon();
Dsystem-current.txt5304 method public android.graphics.drawable.Icon getSmallIcon();