Searched refs:merged (Results 1 – 18 of 18) sorted by relevance
42 assertEquals(mBinder.merged.getText().toString(), join(obj1.getValue(), obj2.getValue())); in testMultiArgIsCalled()47 String prevValue = mBinder.merged.getText().toString(); in testMultiArgIsCalled()50 assertEquals(prevValue, mBinder.merged.getText().toString()); in testMultiArgIsCalled()53 assertEquals(prevValue, mBinder.merged.getText().toString()); in testMultiArgIsCalled()57 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString()); in testMultiArgIsCalled()
47 assertEquals(mBinder.merged.getText().toString(), join(obj1, obj2)); in testMultiArgIsCalled()52 String prevValue = mBinder.merged.getText().toString(); in testMultiArgIsCalled()55 assertEquals(prevValue, mBinder.merged.getText().toString()); in testMultiArgIsCalled()58 assertEquals(prevValue, mBinder.merged.getText().toString()); in testMultiArgIsCalled()66 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString()); in testMultiArgIsCalled()
41 List<Expr> merged = new ArrayList<>(); in concat() local42 merged.add(e); in concat()43 merged.addAll(list); in concat()44 return merged; in concat()
237 final Cursor merged; in loadInBackground() local239 merged = new MergeCursor(cursors.toArray(new Cursor[cursors.size()])); in loadInBackground()242 merged = new MatrixCursor(new String[0]); in loadInBackground()245 final SortingCursorWrapper sorted = new SortingCursorWrapper(merged, result.sortOrder) { in loadInBackground()
423 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { in normalize() argument424 if (template.isMatchRuleMobile() && ArrayUtils.contains(merged, template.mSubscriberId)) { in normalize()427 return new NetworkTemplate(template.mMatchRule, merged[0], merged, in normalize()
56 merged or extended to the conference.97 merged or extended to the conference.105 the IMS network after merged or extended to the conference.
32 manifest file for app packaging and distribution. Manifest settings are merged based on the manifest39 <p>Merge conflicts occur when merged manifests contain the same manifest element but with a144 parent node in the merged manifest. </li>147 <p class="caution"><strong>Important:</strong> After the manifests are merged, the build process174 <dd>Sets the merge policy level so that merged elements with same attributes, but different179 <dd>Removes the specified lower priority element from the merged manifest.</dd>181 <dd>Removes all lower priority elements of the same node type from the merged manifest.</dd>390 merged manifest for the product flavor groups based on the configured build variant. </p>435 granted permissions may automatically add the permissions to the resulting merged manifest.
64 present, manifest settings are merged in priority of buildType and productFlavor,344 Resources are merged across the multiple Android application sources:
255 <p>At build time, the libraries are merged with the application one at a time, starting from the257 that, at build time, libraries are not merged with each other before being merged with the
437 libraries are merged with the application one at a time, starting from the lowest priority to454 defined in more than one project and will be merged, with the resource from the application or509 merged with the application module. Each library has its own <code>R</code> class, named according
210 the manifest settings into a single merged manifest based on the manifest priority and605 and qualifier into a single resource and passes the single, merged resource to the Android Asset617 <p>Identical resources are merged in the following low to high priority order: </p>623 <code>src/main/res/</code> and <code>src/productFlavor/res/</code> folders, the resources are merged627 <p class="note"><strong>Note:</strong> Identical resources in the same source set are not merged700 merged into your project. This includes automatically merging in resources, manifest entries,
399 <li>Gradle errors from aapt no longer point to merged output files in the build/ folder, they418 <li>Fixes to handle updating the merged resources when the set of module dependencies
1712 final String[] merged = tele.getMergedSubscriberIds(); in normalizePoliciesLocked() local1718 policy.template = NetworkTemplate.normalize(policy.template, merged); in normalizePoliciesLocked()
78 be kept, or it can submit a new data set that represents the merged data. It is
1083 all the data, with the patch file's data merged on top of the main file.</dd>1131 patch expansion file, by reading from a merged map of all the files from both files. All you
524 After the translations are merged back into your app, start <a href=
1203 <li>Fixed manifest merger to properly adapt library classes in the merged manifest.</li>
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...