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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 73 private int mPhoneNumberIndex;
162 mPhoneNumberIndex = ContactTileLoaderFactory.PHONE_NUMBER;
270 contact.phoneNumber = cursor.getString(mPhoneNumberIndex);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 108 private int mPhoneNumberIndex;
204 mPhoneNumberIndex = ContactTileLoaderFactory.PHONE_NUMBER;
312 contact.phoneNumber = cursor.getString(mPhoneNumberIndex);
    [all...]

Completed in 24 milliseconds