Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 17 of 17) 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/modules/Bluetooth/system/osi/include/
Dconfig.h42 std::list<section_t> sections; member
/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/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTestCase.java64 Iterator<CellLayoutTestCaseReader.TestSection> sections) { in readNextCase()
DCellLayoutTestCaseReader.java131 List<TestSection> sections = new ArrayList<>(); in parse() local
DReorderWidgets.java274 private void addTestCase(Iterator<CellLayoutTestCaseReader.TestSection> sections, in addTestCase()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java41 private int[] sections; field in SectionedAlbumDataAdapter
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java339 CustomizationSections sections = injector.getCustomizationSections(activity); in getSectionControllers() local
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileDownloader.java295 final Stack<Integer> sections = new Stack<>(); in decodeSmdxSubjectAndReasonCode() local
/packages/modules/Virtualization/libs/apkverify/src/
Dv3.rs110 let mut sections = ApkSections::new(apk)?; in extract_signer_and_apk_sections() localVariable
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java251 List<Integer> subscripts, String[] sections, int[] counts) { in updateBundle()
DGroupMembersFragment.java114 final String sections[] = bundle.getStringArray(Contacts in FilterCursorWrapper() local
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.kt380 val sections: MutableList<String> = ArrayList(approximateSectionCount) in getSections() constant