Home
last modified time | relevance | path

Searched refs:fullSyncRequested (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DSyncResult.java68 public boolean fullSyncRequested; field in SyncResult
141 this.fullSyncRequested = false; in SyncResult()
153 fullSyncRequested = parcel.readInt() != 0; in SyncResult()
231 fullSyncRequested = false; in clear()
257 parcel.writeInt(fullSyncRequested ? 1 : 0); in writeToParcel()
274 if (fullSyncRequested) sb.append(" fullSyncRequested: ").append(fullSyncRequested); in toString()
297 if (fullSyncRequested) { in toDebugString()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3929 if (syncResult != null && syncResult.fullSyncRequested) { in runSyncFinishedOrCanceledH()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11553 field public boolean fullSyncRequested;