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

  /frameworks/base/core/java/android/content/
SyncOperation.java 29 public int syncSource;
44 this.syncSource = source;
78 this.syncSource = other.syncSource;
100 sb.append(SyncStorageEngine.SOURCES[syncSource]);
SyncStorageEngine.java 136 final int syncSource;
147 this.syncSource = source;
156 this.syncSource = other.syncSource;
742 + " src=" + op.syncSource
773 + " src=" + op.syncSource
    [all...]

Completed in 3250 milliseconds