Searched refs:callTypeIcon (Results 1 – 1 of 1) sorted by relevance
46 private final CallTypeIconsView callTypeIcon; field in CallDetailsEntryViewHolder70 callTypeIcon = (CallTypeIconsView) container.findViewById(R.id.call_direction); in CallDetailsEntryViewHolder()99 callTypeIcon.clear(); in setCallDetails()100 callTypeIcon.add(callType); in setCallDetails()101 callTypeIcon.setShowVideo((entry.getFeatures() & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO); in setCallDetails()102 callTypeIcon.setShowHd(MotorolaUtils.shouldShowHdIconInCallLog(context, entry.getFeatures())); in setCallDetails()103 callTypeIcon.setShowWifi( in setCallDetails()