HomeSort by relevance Sort by last modified time
    Searched defs:syncAlreadyInProgress (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/content/
SyncResult.java 34 public final boolean syncAlreadyInProgress;
125 * @param syncAlreadyInProgress if true then set the {@link #syncAlreadyInProgress} flag
127 private SyncResult(boolean syncAlreadyInProgress) {
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} is set
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 13 milliseconds