Searched refs:getSmallIcon (Results 1 – 15 of 15) sorted by relevance
129 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()132 mWorkProfileImage.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
352 Icon parentIcon = ((Notification) parentData).getSmallIcon(); in hasSameIcon()353 Icon childIcon = ((Notification) childData).getSmallIcon(); in hasSameIcon()
311 final Icon smallIcon = n.getSmallIcon(); in createIcons()399 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()
147 final Icon icon = captured.getSmallIcon(); in testIcon()
4231 assertNull(update.sbn.getNotification().getSmallIcon()); in testNotificationStats_notificationError()
515 if (notification.getSmallIcon() == null) { in fixNotification()529 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
3226 public Icon getSmallIcon() { in getSmallIcon() method in Notification3480 if (mN.getSmallIcon() == null && mN.icon != 0) { in Builder()
811 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()883 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
1208 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
457 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
4408 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon())5641 if (notification.getSmallIcon() != null) {6715 if (r.getNotification().getSmallIcon() != null) {
1890 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
5287 method public android.graphics.drawable.Icon getSmallIcon();