Home
last modified time | relevance | path

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

/frameworks/support/compat/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.java73 final List<LayoutFileBundle> bundles = mLayoutBundles.get(bundle.mFileName); in addLayoutBundle() local
74 for (LayoutFileBundle existing : bundles) { in addLayoutBundle()
81 bundles.add(bundle); in addLayoutBundle()
120 for (Map.Entry<String, List<LayoutFileBundle>> bundles : mLayoutBundles.entrySet()) { in validateMultiResLayouts()
121 if (bundles.getValue().size() < 2) { in validateMultiResLayouts()
127 for (LayoutFileBundle bundle : bundles.getValue()) { in validateMultiResLayouts()
130 String bindingClass = validateAndGetSharedClassName(bundles.getValue()); in validateMultiResLayouts()
132 bundles.getValue(), ErrorMessages.MULTI_CONFIG_VARIABLE_TYPE_MISMATCH, in validateMultiResLayouts()
141 bundles.getValue(), ErrorMessages.MULTI_CONFIG_IMPORT_TYPE_MISMATCH, in validateMultiResLayouts()
149 for (LayoutFileBundle bundle : bundles.getValue()) { in validateMultiResLayouts()
[all …]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DMakeCopy.java186 Map<String, List<LayoutFileBundle>> bundles = in processLayoutFiles() local
189 for (String name : bundles.keySet()) { in processLayoutFiles()
190 LayoutFileBundle layoutFileBundle = bundles.get(name).get(0); in processLayoutFiles()
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
DProcessExpressions.java255 final HashMap<String, List<ResourceBundle.LayoutFileBundle>> bundles = bundle in updateOverridden() local
259 final List<ResourceBundle.LayoutFileBundle> existingList = bundles.get(key); in updateOverridden()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2303 Bundle[] bundles = new Bundle[messages.size()]; in getBundleArrayForMessages() local
2306 bundles[i] = messages.get(i).toBundle(); in getBundleArrayForMessages()
2308 return bundles; in getBundleArrayForMessages()
2311 static List<Message> getMessagesFromBundleArray(Parcelable[] bundles) { in getMessagesFromBundleArray() argument
2312 List<Message> messages = new ArrayList<>(bundles.length); in getMessagesFromBundleArray()
2313 for (int i = 0; i < bundles.length; i++) { in getMessagesFromBundleArray()
2314 if (bundles[i] instanceof Bundle) { in getMessagesFromBundleArray()
2315 Message message = getMessageFromBundle((Bundle)bundles[i]); in getMessagesFromBundleArray()
/frameworks/base/docs/html/work/
Dmanaged-configurations.jd192 each VPN server configuration in a bundle, with multiple bundles grouped
302 Use this for storing {@link android.os.Bundle bundles} of
314 >bundles</a>. Available in Android 6.0 (API level 23).
/frameworks/base/core/java/android/app/
DNotification.java5063 Bundle[] bundles = new Bundle[messages.size()]; in getBundleArrayForMessages() local
5066 bundles[i] = messages.get(i).toBundle(); in getBundleArrayForMessages()
5068 return bundles; in getBundleArrayForMessages()
5071 static List<Message> getMessagesFromBundleArray(Parcelable[] bundles) { in getMessagesFromBundleArray() argument
5072 List<Message> messages = new ArrayList<>(bundles.length); in getMessagesFromBundleArray()
5073 for (int i = 0; i < bundles.length; i++) { in getMessagesFromBundleArray()
5074 if (bundles[i] instanceof Bundle) { in getMessagesFromBundleArray()
5075 Message message = getMessageFromBundle((Bundle)bundles[i]); in getMessagesFromBundleArray()
/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/guide/topics/ui/notifiers/
Dnotifications.jd607 <img id="fig-bundles" src="{@docRoot}images/android-7.0/bundles.png"
608 srcset="{@docRoot}images/android-7.0/bundles.png 1x,
/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/guide/topics/media/jet/
Djetcreator_manual.jd360 save your JET Creator project. This is the file that bundles all JET assets