Home
last modified time | relevance | path

Searched refs:conflict (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd11 .conflict {
20 <li><a href="#conflict">Get Notified of Conflicts</a></li>
39 <p>This article describes how to design a robust conflict resolution strategy for
50 to save data to the cloud, the saves might conflict, and you must decide how to
52 your conflict resolution can be, so you must design your data carefully in order
53 to allow your conflict resolution logic to handle each case correctly.</p>
60 <h2 id="conflict">Get Notified of Conflicts</h2>
73 // resolve conflict, then call mAppStateClient.resolveConflict()
79 up to you to implement this conflict resolution logic.</p>
84 the data. Specifically, if the Google Play services application detects a conflict
[all …]
/frameworks/base/docs/html/tools/building/
Dmanifest-merge.jd40 different attribute value that does not resolve based on the default merge conflict rules.
109 <td>Merge if settings match, otherwise causes conflict error.</td>
130 the <code>overrideLibrary</code> conflict marker is used.
156 specific conflict resolutions. For example, use a conflict marker to
161 <h3 id="conflict-markers">Merge Conflict Markers</h3>
162 <p>A merge conflict marker is a special attribute in the Android tools namespace that defines a
163 specific merge conflict resolution. Create a conflict marker to avoid a merge conflict error for
164 conflicts not resolved by the default merge rules. Supported merge conflict markers include:</p>
175 values generate a build failure, unless resolved through the conflict rules.</dd>
185 <p>By default, the manifest merge process applies the <code>merge</code> conflict marker to
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc21 "Illegal section mapping rule: %0 -> %1. (conflict with %2 -> %3)",
22 "Illegal section mapping rule: %0 -> %1. (conflict with %2 -> %3)")
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.h46 bool conflict(CPUClosure* closure) const;
DrsCpuScriptGroup2.cpp99 bool Batch::conflict(CPUClosure* cpuClosure) const { in conflict() function in android::renderscript::Batch
175 if (batch->conflict(cc)) { in CpuScriptGroup2Impl()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2663 ActiveSyncContext conflict = null; in maybeStartNextSyncH() local
2683 conflict = activeSyncContext; in maybeStartNextSyncH()
2698 Log.v(TAG, " conflict: " + conflict); in maybeStartNextSyncH()
2706 if (conflict != null) { in maybeStartNextSyncH()
2707 if (candidateIsInitialization && !conflict.mSyncOperation.isInitialization() in maybeStartNextSyncH()
2709 toReschedule = conflict; in maybeStartNextSyncH()
2712 + "takes higher priority, " + conflict); in maybeStartNextSyncH()
2714 } else if (candidate.isExpedited() && !conflict.mSyncOperation.isExpedited() in maybeStartNextSyncH()
2716 == conflict.mSyncOperation.isInitialization())) { in maybeStartNextSyncH()
2717 toReschedule = conflict; in maybeStartNextSyncH()
[all …]
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd76 network, and Android automatically handles conflict resolution. If
101 that your application always uses port 1337 puts it in potential conflict with
136 // resolve a conflict, so update the name you initially requested
/frameworks/base/docs/html/tools/debugging/
Dannotations.jd120 <strong>Analyze > Inspect Code</strong> from the menu options. Android Studio displays conflict
131 attached to that parameter, building the code generates a warning indicating a non-null conflict. <…
/frameworks/base/docs/html/training/transitions/
Dcustom-transitions.jd83 <p>To ensure that the key for a property value does not conflict with other {@link
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dhce.jd350 a different conflict resolution policy.</p>
354 be to always ask the user which service is to be invoked in case of conflict. To
355 query the conflict resolution policy for a certain category, see
/frameworks/base/docs/html/tools/revisions/
Dgradle-plugin.jd295 resolve the conflict. </li>
/frameworks/base/docs/html/sdk/
Dterms.jd136 …e governed by the laws of the State of California without regard to its conflict of laws provision…
Dwin-usb.jd144 …e governed by the laws of the State of California without regard to its conflict of laws provision…
Dindex.jd234 …e governed by the laws of the State of California without regard to its conflict of laws provision…
/frameworks/base/docs/html/preview/
Dlicense.jd140 …e governed by the laws of the State of California without regard to its conflict of laws provision…
Ddownload.jd144 …e governed by the laws of the State of California without regard to its conflict of laws provision…
Ddownload_mp2.jd144 …e governed by the laws of the State of California without regard to its conflict of laws provision…
Ddownload_mp1.jd144 …e governed by the laws of the State of California without regard to its conflict of laws provision…
/frameworks/base/docs/html/google/backup/
Dterms.jd500 by the laws of the State of California without regard to its conflict of laws
Dsignup.jd187 …e governed by the laws of the State of California without regard to its conflict of laws provision…
/frameworks/base/docs/html/ndk/guides/
Dstandalone_toolchain.jd603 this name would conflict at runtime with the system's own minimal C++ runtime. For this reason,
/frameworks/base/docs/html/ndk/downloads/
Dindex.jd300 be governed by the laws of the State of California without regard to its conflict of laws
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd606 <code>R.java</code> class in your test package, because it will then conflict with the
/frameworks/base/docs/html/ndk/reference/
Dgroup___configuration.jd997 …urns 0 if there are any values in 'base' that conflict with 'requested'. Returns 1 if it does not
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd266 Be sure to test for navigation behaviors that might conflict with the user's expected behavior.</p>

12