Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsSectionIndexer.java114 String[] tempSections = new String[mSections.length + 1]; in setFavoritesHeader() local
117 tempSections[0] = ""; in setFavoritesHeader()
120 tempSections[i] = mSections[i - 1]; in setFavoritesHeader()
123 mSections = tempSections; in setFavoritesHeader()