Searched refs:CallTypeIconsView (Results 1 – 3 of 3) sorted by relevance
24 import com.android.dialer.calllog.CallTypeIconsView;32 public final CallTypeIconsView callTypeIcons;38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate, in PhoneCallDetailsViews()58 (CallTypeIconsView) view.findViewById(R.id.call_type_icons), in fromView()68 new CallTypeIconsView(context), in createForTest()
42 public class CallTypeIconsView extends View { class49 public CallTypeIconsView(Context context) { in CallTypeIconsView() method in CallTypeIconsView53 public CallTypeIconsView(Context context, AttributeSet attrs) { in CallTypeIconsView() method in CallTypeIconsView
119 CallTypeIconsView callTypeIconView = in getView()120 (CallTypeIconsView) result.findViewById(R.id.call_type_icon); in getView()