Searched refs:rawContactIndex (Results 1 – 3 of 3) sorted by relevance
664 for (int rawContactIndex = 0; rawContactIndex < rawContactCount; rawContactIndex++) { in computeFormattedPhoneNumbers()665 final RawContact rawContact = rawContacts.get(rawContactIndex); in computeFormattedPhoneNumbers()
826 for (int rawContactIndex = 0; rawContactIndex < rawContactCount; rawContactIndex++) { in computeFormattedPhoneNumbers()827 final RawContact rawContact = rawContacts.get(rawContactIndex); in computeFormattedPhoneNumbers()
145 int rawContactIndex = 0; in buildDiffWrapper() local151 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1; in buildDiffWrapper()