Searched refs:getSections (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListAdapter.java54 alphabetHeader = (String) mSectionIndexer.getSections()[section];
73 public Object[] getSections() { method in class:ContactListAdapter
74 return mSectionIndexer.getSections();
H A DContactSectionIndexer.java45 public Object[] getSections() { method in class:ContactSectionIndexer
/packages/apps/Contacts/src/com/android/contacts/list/
H A DIndexerListAdapter.java98 public Object[] getSections() { method in class:IndexerListAdapter
102 return mIndexer.getSections();
181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]);
232 mPlacementCache.sectionHeader = (String)getSections()[section];
H A DContactsSectionIndexer.java71 public Object[] getSections() { method in class:ContactsSectionIndexer
H A DEmailAddressListAdapter.java158 String title = (String)getSections()[section];
H A DPostalAddressListAdapter.java149 String title = (String)getSections()[section];
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DIndexerListAdapter.java73 public Object[] getSections() { method in class:IndexerListAdapter
77 return mIndexer.getSections();
152 setPinnedSectionTitle(mHeader, (String) mIndexer.getSections()[section]);
183 mPlacementCache.sectionHeader = (String) getSections()[section];
H A DContactsSectionIndexer.java67 public Object[] getSections() { method in class:ContactsSectionIndexer
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpAdapter.java168 int numSections = getSections().length;
188 public Object[] getSections() { method in class:MtpAdapter
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionarySettings.java296 public Object[] getSections() { method in class:UserDictionarySettings.MyAdapter
297 return null == mIndexer ? null : mIndexer.getSections();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettings.java347 public Object[] getSections() { method in class:UserDictionarySettings.MyAdapter
348 return null == mIndexer ? null : mIndexer.getSections();
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitySelectionActivity.java424 public Object[] getSections() { method in class:CitySelectionActivity.CityAdapter
465 return getSections().length == 0 ? 0 : mSectionHeaderPositions[sectionIndex];
470 if (getSections().length == 0) {
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java356 public Object[] getSections() { method in class:MusicPicker.TrackListAdapter
358 return mIndexer.getSections();
/packages/apps/Car/Radio/libs/android-arch/room/
H A Dcompiler-1.1.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/arch/ android/arch/persistence/ android/arch/persistence/room/ ...

Completed in 3190 milliseconds