Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java334 Icon smallIcon = null; in doNotify() local
367 smallIcon = icon; in doNotify()
508 if (smallIcon == null) { in doNotify()
512 builder.setSmallIcon(smallIcon); in doNotify()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java311 final Icon smallIcon = n.getSmallIcon(); in createIcons() local
312 if (smallIcon == null) { in createIcons()
336 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/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt160 assertEquals(iconId, notification.smallIcon.resId) in title()
/frameworks/base/core/java/android/app/
DNotification.java5702 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView,
5704 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1106 field public static final int smallIcon = 16843422; // 0x101029e
/frameworks/base/non-updatable-api/
Dcurrent.txt1247 field public static final int smallIcon = 16843422; // 0x101029e
/frameworks/base/api/
Dcurrent.txt1247 field public static final int smallIcon = 16843422; // 0x101029e
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90866 Lcom/android/internal/R$attr;->smallIcon:I