Searched defs:syncAlreadyInProgress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncResult.java34 public final boolean syncAlreadyInProgress; field in class:SyncResult
125 * @param syncAlreadyInProgress if true then set the {@link #syncAlreadyInProgress} flag
127 private SyncResult(boolean syncAlreadyInProgress) { argument
128 this.syncAlreadyInProgress = syncAlreadyInProgress;
139 syncAlreadyInProgress = parcel.readInt() != 0;
182 * <li> {@link #syncAlreadyInProgress}
187 return syncAlreadyInProgress || stats.numIoExceptions > 0;
206 * if this is called when {@link #syncAlreadyInProgress} i
[all...]

Completed in 58 milliseconds