Searched refs:getSmallIcon (Results 1 – 11 of 11) sorted by relevance
144 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()147 mWorkProfileImage.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
342 Icon parentIcon = ((Notification) parentData).getSmallIcon(); in hasSameIcon()343 Icon childIcon = ((Notification) childData).getSmallIcon(); in hasSameIcon()
141 final Icon smallIcon = n.getSmallIcon(); in createIcons()198 n.getSmallIcon(), in updateIcons()
240 .setSmallIcon(getSmallIcon(disk, VolumeInfo.STATE_UNMOUNTABLE)) in onDiskScannedInternal()557 private int getSmallIcon(DiskInfo disk, int state) { in getSmallIcon() method in StorageNotification577 .setSmallIcon(getSmallIcon(vol.getDisk(), vol.getState())) in buildNotificationBuilder()
309 if (notification.getSmallIcon() == null) { in notifyAsUser()325 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
464 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()520 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
380 final Icon icon = notification.getSmallIcon(); in dump()
2846 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon()) in createAutoGroupSummary()3560 if (notification.getSmallIcon() != null) { in run()4262 if (r.getNotification().getSmallIcon() != null) { in cancelNotificationLocked()
1119 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
5121 method public android.graphics.drawable.Icon getSmallIcon();
5304 method public android.graphics.drawable.Icon getSmallIcon();