Home
last modified time | relevance | path

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

12

/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.java52 final String[] sections = new String[]{"…", "A", "I", "T", "W", "Y", "Z", "#"}; in testUpdateBundle_smallSet() local
74 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/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/bhttp/
DBinaryHttpTestUtil.java23 static byte[] combineSections(byte[]... sections) { in combineSections()
/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/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/binder/
DCategoriesBinder.kt45 viewModel.sections.collect { sections -> in <lambda>() method
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DFields.java71 sections, in knownLengthSerialize() local
DBinaryHttpMessage.java179 private byte[] combineWithPadding(@NonNull final byte[][] sections, final int paddingLength) { in combineWithPadding()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTestCase.java66 Iterator<CellLayoutTestCaseReader.TestSection> sections) { in readNextCase()
DCellLayoutTestCaseReader.java131 List<TestSection> sections = new ArrayList<>(); in parse() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/viewmodel/
DCategoriesViewModel.kt66 val sections: Flow<List<SectionViewModel>> = in <lambda>() constant in com.android.wallpaper.picker.category.ui.viewmodel.CategoriesViewModel
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java41 private int[] sections; field in SectionedAlbumDataAdapter
/packages/modules/Virtualization/libs/apkzip/src/
Dziputil.rs125 let sections = zip_sections(&mut cursor).unwrap(); in test_zip_sections() localVariable
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java330 CustomizationSections sections = injector.getCustomizationSections(activity); in getSectionControllers() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java289 private void addTestCase(Iterator<CellLayoutTestCaseReader.TestSection> sections, in addTestCase()
/packages/modules/Virtualization/libs/apkverify/tests/
Dapkverify_test.rs48 let sections = zip_sections(&mut reader).unwrap(); in test_zip_sections_with_apk() localVariable
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileDownloader.java317 final Stack<Integer> sections = new Stack<>(); in decodeSmdxSubjectAndReasonCode() local
/packages/modules/Virtualization/libs/apkverify/src/
Dv3.rs93 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/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc425 auto ProcessSections = [&](const auto& sections) { in GetPropertyNames()
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.kt380 val sections: MutableList<String> = ArrayList(approximateSectionCount) in getSections() constant

12