Searched refs:callTypeIcon (Results 1 – 2 of 2) sorted by relevance
55 private final CallTypeIconsView callTypeIcon; field in CallDetailsEntryViewHolder81 callTypeIcon = (CallTypeIconsView) container.findViewById(R.id.call_direction); in CallDetailsEntryViewHolder()116 callTypeIcon.clear(); in setCallDetails()117 callTypeIcon.add(callType); in setCallDetails()118 callTypeIcon.setShowVideo(isVideoCall); in setCallDetails()119 callTypeIcon.setShowHd( in setCallDetails()121 callTypeIcon.setShowWifi( in setCallDetails()124 callTypeIcon.setShowRtt((entry.getFeatures() & Calls.FEATURES_RTT) == Calls.FEATURES_RTT); in setCallDetails()
61 private final ImageView callTypeIcon; field in NewCallLogViewHolder89 callTypeIcon = view.findViewById(R.id.call_type_icon); in NewCallLogViewHolder()250 callTypeIcon.setImageResource(resId); in setCallTypeIcon()253 callTypeIcon.setImageTintList( in setCallTypeIcon()256 callTypeIcon.setImageTintList( in setCallTypeIcon()