Searched refs:mSmallIcon (Results 1 – 2 of 2) sorted by relevance
1938 private int mSmallIcon; field in Notification.Builder2131 mSmallIcon = icon;2147 mSmallIcon = icon;2813 contentView.setImageViewResource(R.id.right_icon, mSmallIcon);2815 processSmallRightIcon(mSmallIcon, contentView);2817 contentView.setImageViewResource(R.id.icon, mSmallIcon);2819 processSmallIconAsLarge(mSmallIcon, contentView);3151 n.icon = mSmallIcon; in buildUnstyled()3213 extras.putInt(EXTRA_SMALL_ICON, mSmallIcon); in populateExtras()3401 mSmallIcon = n.icon; in restoreFromNotification()[all …]
236 .setSmallIcon(mSmallIcon)