HomeSort by relevance Sort by last modified time
    Searched refs:CallTypeIconsView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetailsViews.java 19 import com.android.contacts.calllog.CallTypeIconsView;
31 public final CallTypeIconsView callTypeIcons;
37 CallTypeIconsView callTypeIcons, TextView callTypeAndDate, TextView numberView,
57 (CallTypeIconsView) view.findViewById(R.id.call_type_icons),
67 new CallTypeIconsView(context),
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallTypeIconsView.java 37 public class CallTypeIconsView extends View {
43 public CallTypeIconsView(Context context) {
47 public CallTypeIconsView(Context context, AttributeSet attrs) {
CallDetailHistoryAdapter.java 137 CallTypeIconsView callTypeIconView =
138 (CallTypeIconsView) result.findViewById(R.id.call_type_icon);

Completed in 148 milliseconds