Home
last modified time | relevance | path

Searched refs:rawContactIndex (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java826 for (int rawContactIndex = 0; rawContactIndex < rawContactCount; rawContactIndex++) { in computeFormattedPhoneNumbers()
827 final RawContact rawContact = rawContacts.get(rawContactIndex); in computeFormattedPhoneNumbers()
DRawContactDeltaList.java145 int rawContactIndex = 0; in buildDiffWrapper() local
151 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1; in buildDiffWrapper()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java664 for (int rawContactIndex = 0; rawContactIndex < rawContactCount; rawContactIndex++) { in computeFormattedPhoneNumbers()
665 final RawContact rawContact = rawContacts.get(rawContactIndex); in computeFormattedPhoneNumbers()