Searched refs:smallIcon (Results 1 – 9 of 9) sorted by relevance
334 Icon smallIcon = null; in doNotify() local367 smallIcon = icon; in doNotify()508 if (smallIcon == null) { in doNotify()512 builder.setSmallIcon(smallIcon); in doNotify()
311 final Icon smallIcon = n.getSmallIcon(); in createIcons() local312 if (smallIcon == null) { in createIcons()336 smallIcon, in createIcons()
1208 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras() local1210 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()
160 assertEquals(iconId, notification.smallIcon.resId) in title()
5702 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView,5704 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
1106 field public static final int smallIcon = 16843422; // 0x101029e
1247 field public static final int smallIcon = 16843422; // 0x101029e
90866 Lcom/android/internal/R$attr;->smallIcon:I