Home | History | Annotate | Download | only in content

Lines Matching defs:syncSource

162         final int syncSource;
175 this.syncSource = source;
188 this.syncSource = other.syncSource;
941 + " src=" + op.syncSource
981 + " src=" + op.syncSource
1109 + " src=" + activeSyncContext.mSyncOperation.syncSource
2317 int syncSource = Integer.valueOf(parser.getAttributeValue(
2323 Log.v(TAG_FILE, authorityId + " " + expedited + " " + syncSource + " "
2329 syncSource, authority.authority, new Bundle(),
2336 + " src=" + pop.syncSource
2423 out.attribute(null, XML_ATTR_SOURCE, Integer.toString(pop.syncSource));