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

  /packages/apps/Dialer/java/com/android/dialer/interactions/
PhoneNumberInteraction.java 456 final TextView typeView = (TextView) view.findViewById(android.R.id.text1);
461 typeView.setText(value);
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 739 final TextView typeView = (TextView) field.findViewById(R.id.type);
741 typeView.setText(type);
743 typeView.setVisibility(View.GONE);
    [all...]

Completed in 92 milliseconds