Home
last modified time | relevance | path

Searched refs:smallIcon (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java303 Icon smallIcon = null; in doNotify() local
336 smallIcon = icon; in doNotify()
477 if (smallIcon == null) { in doNotify()
481 builder.setSmallIcon(smallIcon); in doNotify()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java337 final Icon smallIcon = n.getSmallIcon(); in createIcons() local
338 if (smallIcon == null) { in createIcons()
356 smallIcon, in createIcons()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1208 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras() local
1210 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) { in createLegacyIconExtras()
1211 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId()); in createLegacyIconExtras()
1212 n.icon = smallIcon.getResId(); in createLegacyIconExtras()
/frameworks/base/core/java/android/app/
DNotification.java5702 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView,
5704 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...