HomeSort by relevance Sort by last modified time
    Searched refs:customLabel (Results 1 - 7 of 7) 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 129 final String customLabel = cursor.getString(PostalQuery.POSTAL_LABEL);
132 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
EmailAddressListAdapter.java 139 final String customLabel = cursor.getString(EmailQuery.EMAIL_LABEL);
142 label = Email.getTypeLabel(getContext().getResources(), type, customLabel);
PhoneNumberListAdapter.java 278 final String customLabel = cursor.getString(PhoneQuery.PHONE_LABEL);
281 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 526 String customLabel = "custom_label";
564 value.put(ContactMethods.LABEL, customLabel);
576 assertEquals(customLabel, cursor.getString(LABEL_INDEX));
    [all...]

Completed in 552 milliseconds