Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java663 for (int rawContactIndex = 0; rawContactIndex < rawContactCount; rawContactIndex++) { in computeFormattedPhoneNumbers()
664 final RawContact rawContact = rawContacts.get(rawContactIndex); in computeFormattedPhoneNumbers()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java838 for (int rawContactIndex = 0; rawContactIndex < rawContactCount; rawContactIndex++) { in computeFormattedPhoneNumbers()
839 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/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java128 int rawContactIndex = 0; in buildDiff() local
133 backRefs[rawContactIndex++] = firstBatch; in buildDiff()