Searched refs:fullSyncRequested (Results 1 – 5 of 5) sorted by relevance
68 public boolean fullSyncRequested; field in SyncResult131 this.fullSyncRequested = false; in SyncResult()143 fullSyncRequested = parcel.readInt() != 0; in SyncResult()221 fullSyncRequested = false; in clear()247 parcel.writeInt(fullSyncRequested ? 1 : 0); in writeToParcel()264 if (fullSyncRequested) sb.append(" fullSyncRequested: ").append(fullSyncRequested); in toString()287 if (fullSyncRequested) { in toDebugString()
3180 if (syncResult != null && syncResult.fullSyncRequested) { in runSyncFinishedOrCanceledH()
8223 field public boolean fullSyncRequested;
9977 field public boolean fullSyncRequested;
10557 field public boolean fullSyncRequested;