Home
last modified time | relevance | path

Searched refs:CallTypeIconsView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetailsViews.java24 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()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallTypeIconsView.java42 public class CallTypeIconsView extends View { class
49 public CallTypeIconsView(Context context) { in CallTypeIconsView() method in CallTypeIconsView
53 public CallTypeIconsView(Context context, AttributeSet attrs) { in CallTypeIconsView() method in CallTypeIconsView
DCallDetailHistoryAdapter.java119 CallTypeIconsView callTypeIconView = in getView()
120 (CallTypeIconsView) result.findViewById(R.id.call_type_icon); in getView()