Searched refs:bundles (Results 1 - 12 of 12) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java73 final List<LayoutFileBundle> bundles = mLayoutBundles.get(bundle.mFileName);
74 for (LayoutFileBundle existing : bundles) {
81 bundles.add(bundle);
120 for (Map.Entry<String, List<LayoutFileBundle>> bundles : mLayoutBundles.entrySet()) {
121 if (bundles.getValue().size() < 2) {
127 for (LayoutFileBundle bundle : bundles.getValue()) {
130 String bindingClass = validateAndGetSharedClassName(bundles.getValue());
132 bundles.getValue(), ErrorMessages.MULTI_CONFIG_VARIABLE_TYPE_MISMATCH,
141 bundles.getValue(), ErrorMessages.MULTI_CONFIG_IMPORT_TYPE_MISMATCH,
149 for (LayoutFileBundle bundle : bundles
301 validateAndMergeNameTypeLocations( List<LayoutFileBundle> bundles, String errorMessage, ValidateAndFilterCallback callback) argument
349 validateAndGetSharedClassName(List<LayoutFileBundle> bundles) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java461 List<Bundle> bundles = mService.getSessionTokens(
464 return toTokenList(bundles);
484 List<Bundle> bundles = mService.getSessionTokens(
487 return toTokenList(bundles);
509 List<Bundle> bundles = mService.getSessionTokens(
512 return toTokenList(bundles);
597 private static List<SessionToken2> toTokenList(List<Bundle> bundles) { argument
599 if (bundles != null) {
600 for (int i = 0; i < bundles.size(); i++) {
601 SessionToken2 token = SessionToken2.fromBundle(bundles
[all...]
/frameworks/support/browser/src/androidTest/java/androidx/browser/browseractions/
H A DBrowserActionsIntentTest.java87 ArrayList<Bundle> bundles =
89 assertNotNull(bundles);
90 List<BrowserActionItem> items = BrowserActionsIntent.parseBrowserActionItems(bundles);
/frameworks/support/browser/src/main/java/androidx/browser/browseractions/
H A DBrowserActionsIntent.java360 ArrayList<Bundle> bundles = intent.getParcelableArrayListExtra(EXTRA_MENU_ITEMS);
361 List<BrowserActionItem> items = bundles != null ? parseBrowserActionItems(bundles) : null;
391 * @param bundles Data for custom items from {@link BrowserActionsIntent}.
394 public static List<BrowserActionItem> parseBrowserActionItems(ArrayList<Bundle> bundles) { argument
396 for (int i = 0; i < bundles.size(); i++) {
397 Bundle bundle = bundles.get(i);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatJellybean.java304 private static RemoteInput[] fromBundleArray(Bundle[] bundles) { argument
305 if (bundles == null) {
308 RemoteInput[] remoteInputs = new RemoteInput[bundles.length];
309 for (int i = 0; i < bundles.length; i++) {
310 remoteInputs[i] = fromBundle(bundles[i]);
319 Bundle[] bundles = new Bundle[remoteInputs.length];
321 bundles[i] = toBundle(remoteInputs[i]);
323 return bundles;
H A DNotificationCompat.java2721 Bundle[] bundles = new Bundle[messages.size()];
2724 bundles[i] = messages.get(i).toBundle();
2726 return bundles;
2730 static List<Message> getMessagesFromBundleArray(Parcelable[] bundles) { argument
2731 List<Message> messages = new ArrayList<>(bundles.length);
2732 for (int i = 0; i < bundles.length; i++) {
2733 if (bundles[i] instanceof Bundle) {
2734 Message message = getMessageFromBundle((Bundle)bundles[i]);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DMakeCopy.java186 Map<String, List<LayoutFileBundle>> bundles =
189 for (String name : bundles.keySet()) {
190 LayoutFileBundle layoutFileBundle = bundles.get(name).get(0);
/frameworks/support/room/testing/src/main/java/androidx/room/testing/
H A DMigrationTestHelper.java312 List<ForeignKeyBundle> bundles) {
313 if (bundles == null) {
316 Set<TableInfo.ForeignKey> result = new HashSet<>(bundles.size());
317 for (ForeignKeyBundle bundle : bundles) {
311 toForeignKeys( List<ForeignKeyBundle> bundles) argument
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessExpressions.java255 final HashMap<String, List<ResourceBundle.LayoutFileBundle>> bundles = bundle
259 final List<ResourceBundle.LayoutFileBundle> existingList = bundles.get(key);
/frameworks/base/core/java/android/app/
H A DNotification.java1172 * bundles provided by a
1174 * array of bundles.
1181 * {@link android.app.Notification.MessagingStyle.Message} bundles provided by a
1183 * array of bundles.
7373 Bundle[] bundles = new Bundle[messages.size()];
7376 bundles[i] = messages.get(i).toBundle();
7378 return bundles;
7382 * @return A list of messages read from the bundles.
7386 public static List<Message> getMessagesFromBundleArray(Parcelable[] bundles) { argument
7387 if (bundles
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 282 milliseconds