Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java106 List<Section> sections = parse(is, true); in extractXMPMeta() local
153 List<Section> sections = null; in writeXMPMeta() local
189 List<Section> sections = parse(inputStream, false); in writeXMPMeta() local
215 private static void writeJpegFile(OutputStream os, List<Section> sections) in writeJpegFile()
235 List<Section> sections, XMPMeta meta) { in insertXMPSection()
343 List<Section> sections = new ArrayList<Section>(); in parse() local
/packages/apps/Contacts/tests/src/com/android/contacts/group/
DGroupUtilTest.java51 final String[] sections = new String[]{"…", "A", "I", "T", "W", "Y", "Z", "#"}; in testUpdateBundle_smallSet() local
73 final String[] sections = new String[]{"A", "B", "C", "D", "E", "F", "G", "H", "J", in testUpdateBundle_mediumSet() local
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactSectionIndexer.java102 final String[] sections = cursorExtras.getStringArray( in buildIndexerFromCursorExtras() local
134 final ArrayList<String> sections = new ArrayList<String>(); in buildIndexerFromDisplayNames() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsSectionIndexer.java42 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer()
DGroupMemberPickerFragment.java89 final String sections[] = bundle.getStringArray(Contacts in FilterCursorWrapper() local
DContactEntryListAdapter.java500 String sections[] = in updateIndexer() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java41 private int[] sections; field in SectionedAlbumDataAdapter
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java428 final List<String> sections = new ArrayList<>(approximateSectionCount); in getSections() local
DCitySelectionActivity.kt381 val sections: MutableList<String> = ArrayList(approximateSectionCount) in getSections() constant
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java252 List<Integer> subscripts, String[] sections, int[] counts) { in updateBundle()
DGroupMembersFragment.java115 final String sections[] = bundle.getStringArray(Contacts in FilterCursorWrapper() local