Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java878 final int rawContactCount = rawContacts.size(); in computeFormattedPhoneNumbers() local
879 for (int rawContactIndex = 0; rawContactIndex < rawContactCount; rawContactIndex++) { in computeFormattedPhoneNumbers()