Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java241 final TextView typeView = (TextView) field.findViewById(R.id.type); in bindData() local
243 typeView.setText(type); in bindData()
245 typeView.setVisibility(View.GONE); in bindData()
/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java168 final TextView typeView = (TextView) view.findViewById(android.R.id.text1); in getView() local
172 typeView.setText(value); in getView()