Home
last modified time | relevance | path

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

/frameworks/support/v4/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java56 static RemoteInputCompatBase.RemoteInput[] fromBundleArray(Bundle[] bundles, in fromBundleArray() argument
58 if (bundles == null) { in fromBundleArray()
61 RemoteInputCompatBase.RemoteInput[] remoteInputs = factory.newArray(bundles.length); in fromBundleArray()
62 for (int i = 0; i < bundles.length; i++) { in fromBundleArray()
63 remoteInputs[i] = fromBundle(bundles[i], factory); in fromBundleArray()
72 Bundle[] bundles = new Bundle[remoteInputs.length]; in toBundleArray() local
74 bundles[i] = toBundle(remoteInputs[i]); in toBundleArray()
76 return bundles; in toBundleArray()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
DResourceBundle.java67 final List<LayoutFileBundle> bundles = mLayoutBundles.get(bundle.mFileName); in addLayoutBundle() local
68 for (LayoutFileBundle existing : bundles) { in addLayoutBundle()
75 bundles.add(bundle); in addLayoutBundle()
104 for (Map.Entry<String, List<LayoutFileBundle>> bundles : mLayoutBundles.entrySet()) { in validateMultiResLayouts()
105 if (bundles.getValue().size() < 2) { in validateMultiResLayouts()
111 for (LayoutFileBundle bundle : bundles.getValue()) { in validateMultiResLayouts()
114 String bindingClass = validateAndGetSharedClassName(bundles.getValue()); in validateMultiResLayouts()
116 bundles.getValue(), ErrorMessages.MULTI_CONFIG_VARIABLE_TYPE_MISMATCH, in validateMultiResLayouts()
125 bundles.getValue(), ErrorMessages.MULTI_CONFIG_IMPORT_TYPE_MISMATCH, in validateMultiResLayouts()
133 for (LayoutFileBundle bundle : bundles.getValue()) { in validateMultiResLayouts()
[all …]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DMakeCopy.java179 Map<String, List<LayoutFileBundle>> bundles = in processLayoutFiles() local
182 for (String name : bundles.keySet()) { in processLayoutFiles()
183 LayoutFileBundle layoutFileBundle = bundles.get(name).get(0); in processLayoutFiles()
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd67 <p>By comparison, the same app that bundles transfers of 3 seconds of every minute will keep the ra…
/frameworks/base/docs/html/tools/building/
Dmanifest-merge.jd29 the <code>productFlavor</code>, libraries, Android ARchive (AAR) bundles of Android Library
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Daccessory.jd433 protocol bundles the packets together for both speeds into one logical packet for simplicity.</p>
/frameworks/base/docs/html/tools/studio/
Declipse-transition-guide.jd611 <li>AAR bundles of library project dependencies</li>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd360 save your JET Creator project. This is the file that bundles all JET assets
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...