Searched refs:mAlphabetIndexer (Results 1 – 1 of 1) sorted by relevance
643 private AlphabetIndexer mAlphabetIndexer; // Stores the AlphabetIndexer instance field in ContactsListFragment.ContactsAdapter665 mAlphabetIndexer = new AlphabetIndexer(null, ContactsQuery.SORT_KEY, alphabet); in ContactsAdapter()790 mAlphabetIndexer.setCursor(newCursor); in swapCursor()811 return mAlphabetIndexer.getSections(); in getSections()822 return mAlphabetIndexer.getPositionForSection(i); in getPositionForSection()833 return mAlphabetIndexer.getSectionForPosition(i); in getSectionForPosition()