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()
3783 if (syncResult != null && syncResult.fullSyncRequested) { in runSyncFinishedOrCanceledH()
11766 field public boolean fullSyncRequested;
8223 field public boolean fullSyncRequested;