Searched refs:getIconRes (Results 1 – 10 of 10) sorted by relevance
104 assertThat(context.getIconRes()).isEqualTo(R.drawable.ic_ring_volume) in getIconRes_normalMode_shouldReturnRingVolumeIcon()112 assertThat(context.getIconRes()).isEqualTo(R.drawable.ic_volume_ringer_vibrate) in getMuteIcon_vibrateMode_shouldReturnVibrateIcon()120 assertThat(context.getIconRes()).isEqualTo(R.drawable.ic_ring_volume_off) in getMuteIcon_silentMode_shouldReturnSilentIcon()
84 override fun getIcon(context: Context) = context.getIconRes() in tags()139 setMuteIcon(context.getIconRes()) in getWritePermit()183 fun Context.getIconRes() = in Context() method
66 int getIconRes(); in getIconRes() method
43 iconView.setImageResource(promotion.getIconRes()); in PromotionCardViewHolder()
77 public int getIconRes() { in getIconRes() method in RttPromotion
129 public int getIconRes() { in getIconRes() method in DuoPromotion
384 this, "channel_id", conversation, getIconRes(this), null); in onReplyConversation()392 this, "channel_id", conversation, getIconRes(this), null); in onReadConversation()396 private int getIconRes(Context context) { in getIconRes() method in VoicePlateActivity
145 .setIcon(Icon.createWithResource(getContext(), getIconRes(cachedDevice))) in getQCItem()221 private int getIconRes(CachedBluetoothDevice device) { in getIconRes() method in PairedBluetoothDevices
86 public static int getIconRes(int state) { in getIconRes() method in WifiUtil
1387 icon.setImageResource(promotion.getIconRes()); in showPromotionBottomSheet()