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.java254 final int filteredContact = indexer.getSectionForPosition(i); in updateBundle() local
255 if (filteredContact < counts.length && filteredContact >= 0) { in updateBundle()
256 counts[filteredContact]--; in updateBundle()
257 if (counts[filteredContact] == 0) { in updateBundle()
258 sections[filteredContact] = ""; in updateBundle()