Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallDetailHistoryAdapter.java103 TextView callTypeTextView = (TextView) result.findViewById(R.id.call_type_text); in getView() local
114 callTypeTextView.setText(mCallTypeHelper.getCallTypeText(callType, isVideoCall)); in getView()