Searched refs:numConflictDetectedExceptions (Results 1 – 5 of 5) sorted by relevance
63 public long numConflictDetectedExceptions; field in SyncStats100 numConflictDetectedExceptions = 0; in SyncStats()112 numConflictDetectedExceptions = in.readLong(); in SyncStats()127 if (numConflictDetectedExceptions > 0) in toString()128 sb.append(" numConflictDetectedExceptions: ").append(numConflictDetectedExceptions); in toString()145 numConflictDetectedExceptions = 0; in clear()161 dest.writeLong(numConflictDetectedExceptions); in writeToParcel()
177 || stats.numConflictDetectedExceptions > 0 in hasHardError()309 if (stats.numConflictDetectedExceptions > 0) { in toDebugString()310 sb.append("c").append(stats.numConflictDetectedExceptions); in toDebugString()
3827 if (syncResult.stats.numConflictDetectedExceptions > 0) in syncResultToErrorNumber()
11783 field public long numConflictDetectedExceptions;
8240 field public long numConflictDetectedExceptions;