Home
last modified time | relevance | path

Searched refs:merged (Results 1 – 18 of 18) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DMultiArgAdapterEvaluationTest.java42 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()
DMultiArgAdapterTest.java47 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()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DMethodCallExpr.java41 List<Expr> merged = new ArrayList<>(); in concat() local
42 merged.add(e); in concat()
43 merged.addAll(list); in concat()
44 return merged; in concat()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentLoader.java237 final Cursor merged; in loadInBackground() local
239 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()
/frameworks/base/core/java/android/net/
DNetworkTemplate.java423 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { in normalize() argument
424 if (template.isMatchRuleMobile() && ArrayUtils.contains(merged, template.mSubscriberId)) { in normalize()
427 return new NetworkTemplate(template.mMatchRule, merged[0], merged, in normalize()
/frameworks/opt/net/ims/
DREADME.txt56 merged or extended to the conference.
97 merged or extended to the conference.
105 the IMS network after merged or extended to the conference.
/frameworks/base/docs/html/tools/building/
Dmanifest-merge.jd32 manifest file for app packaging and distribution. Manifest settings are merged based on the manifest
39 <p>Merge conflicts occur when merged manifests contain the same manifest element but with a
144 parent node in the merged manifest. </li>
147 <p class="caution"><strong>Important:</strong> After the manifests are merged, the build process
174 <dd>Sets the merge policy level so that merged elements with same attributes, but different
179 <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.
Dplugin-for-gradle.jd64 present, manifest settings are merged in priority of buildType and productFlavor,
344 Resources are merged across the multiple Android application sources:
/frameworks/base/docs/html/tools/projects/
Dprojects-cmdline.jd255 <p>At build time, the libraries are merged with the application one at a time, starting from the
257 that, at build time, libraries are not merged with each other before being merged with the
Dindex.jd437 libraries are merged with the application one at a time, starting from the lowest priority to
454 defined in more than one project and will be merged, with the resource from the application or
509 merged with the application module. Each library has its own <code>R</code> class, named according
/frameworks/base/docs/html/tools/studio/
Declipse-transition-guide.jd210 the manifest settings into a single merged manifest based on the manifest priority and
605 and qualifier into a single resource and passes the single, merged resource to the Android Asset
617 <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 merged
627 <p class="note"><strong>Note:</strong> Identical resources in the same source set are not merged
700 merged into your project. This includes automatically merging in resources, manifest entries,
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd399 <li>Gradle errors from aapt no longer point to merged output files in the build/ folder, they
418 <li>Fixes to handle updating the merged resources when the set of module dependencies
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1712 final String[] merged = tele.getMergedSubscriberIds(); in normalizePoliciesLocked() local
1718 policy.template = NetworkTemplate.normalize(policy.template, merged); in normalizePoliciesLocked()
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd78 be kept, or it can submit a new data set that represents the merged data. It is
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd1083 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
/frameworks/base/docs/html/distribute/tools/
Dlocalization-checklist.jd524 After the translations are merged back into your app, start <a href=
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd1203 <li>Fixed manifest merger to properly adapt library classes in the merged manifest.</li>
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...