Searched refs:fullSyncRequested (Results 1 – 4 of 4) sorted by relevance
68 public boolean fullSyncRequested; field in SyncResult141 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()
3929 if (syncResult != null && syncResult.fullSyncRequested) { in runSyncFinishedOrCanceledH()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11553 field public boolean fullSyncRequested;