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

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 239 final TextView typeView = (TextView) field.findViewById(R.id.type);
241 typeView.setText(type);
243 typeView.setVisibility(View.GONE);
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 166 final TextView typeView = (TextView) view.findViewById(android.R.id.text1);
170 typeView.setText(value);

Completed in 693 milliseconds