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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationHeaderViewWrapper.java130 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon());
133 mWorkProfileImage.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java344 Icon parentIcon = ((Notification) parentData).getSmallIcon();
345 Icon childIcon = ((Notification) childData).getSmallIcon();
H A DNotificationData.java181 final Icon smallIcon = n.getSmallIcon();
238 n.getSmallIcon(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java240 .setSmallIcon(getSmallIcon(disk, VolumeInfo.STATE_UNMOUNTABLE))
557 private int getSmallIcon(DiskInfo disk, int state) { method in class:StorageNotification
577 .setSmallIcon(getSmallIcon(vol.getDisk(), vol.getState()))
/frameworks/base/core/java/android/app/
H A DNotificationManager.java392 if (notification.getSmallIcon() == null) {
413 if (n.getSmallIcon() == null && n.icon != 0) {
H A DNotification.java1021 * @deprecated Use {@link #getSmallIcon()}, which supports a wider variety of icon sources.
1311 * If this notification is being shown as a badge, use the {@link #getSmallIcon()} to
3063 * @see Builder#getSmallIcon()
3066 public Icon getSmallIcon() { method in class:Notification
3274 if (mN.getSmallIcon() == null && mN.icon != 0) {
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java596 if (localForegroundNoti.getSmallIcon() == null) {
668 if (localForegroundNoti.getSmallIcon() == null) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java423 final Icon icon = notification.getSmallIcon();
H A DNotificationManagerService.java3633 .setSmallIcon(adjustedSbn.getNotification().getSmallIcon())
4470 if (notification.getSmallIcon() != null) {
5426 if (r.getNotification().getSmallIcon() != null) {
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1165 Icon smallIcon = n.getSmallIcon();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 440 milliseconds