Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java253 final int filteredContact = indexer.getSectionForPosition(i); in updateBundle() local
254 if (filteredContact < counts.length && filteredContact >= 0) { in updateBundle()
255 counts[filteredContact]--; in updateBundle()
256 if (counts[filteredContact] == 0) { in updateBundle()
257 sections[filteredContact] = ""; in updateBundle()