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/
DRawContactEditorView.java746 final TextView typeView = (TextView) field.findViewById(R.id.type); in bindData() local
748 typeView.setText(type); in bindData()
750 typeView.setVisibility(View.GONE); in bindData()
/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java472 final TextView typeView = (TextView) view.findViewById(android.R.id.text1); in getView() local
477 typeView.setText(value); in getView()