Searched refs:numConflictDetectedExceptions (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncStats.java63 public long numConflictDetectedExceptions; field in class:SyncStats
100 numConflictDetectedExceptions = 0;
112 numConflictDetectedExceptions = in.readLong();
127 if (numConflictDetectedExceptions > 0)
128 sb.append(" numConflictDetectedExceptions: ").append(numConflictDetectedExceptions);
145 numConflictDetectedExceptions = 0;
161 dest.writeLong(numConflictDetectedExceptions);
H A DSyncResult.java158 * <li> {@link SyncStats#numConflictDetectedExceptions} > 0
167 || stats.numConflictDetectedExceptions > 0
278 * X - hardError, e - numParseExceptions, c - numConflictDetectedExceptions,
299 if (stats.numConflictDetectedExceptions > 0) {
300 sb.append("c").append(stats.numConflictDetectedExceptions);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3213 if (syncResult.stats.numConflictDetectedExceptions > 0)

Completed in 5146 milliseconds