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

  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 100 final String customLabel = cursor.getString(PHONE_LABEL_COLUMN_INDEX);
103 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
LegacyPostalAddressListAdapter.java 102 final String customLabel = cursor.getString(POSTAL_LABEL_COLUMN_INDEX);
105 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
PostalAddressListAdapter.java 132 final String customLabel = cursor.getString(PostalQuery.POSTAL_LABEL);
135 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
EmailAddressListAdapter.java 141 final String customLabel = cursor.getString(EmailQuery.EMAIL_LABEL);
144 label = Email.getTypeLabel(getContext().getResources(), type, customLabel);
PhoneNumberListAdapter.java 280 final String customLabel = cursor.getString(PhoneQuery.PHONE_LABEL);
283 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 528 String customLabel = "custom_label";
566 value.put(ContactMethods.LABEL, customLabel);
578 assertEquals(customLabel, cursor.getString(LABEL_INDEX));
    [all...]

Completed in 4118 milliseconds