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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 266 int phoneNumberType = cursor.getInt(mPhoneNumberTypeIndex);
268 contact.phoneLabel = (String) Phone.getTypeLabel(mResources, phoneNumberType,
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 308 final int phoneNumberType = cursor.getInt(mPhoneNumberTypeIndex);
310 contact.phoneLabel = (String) Phone.getTypeLabel(mResources, phoneNumberType,
    [all...]

Completed in 25 milliseconds