Searched refs:numAuthExceptions (Results 1 – 5 of 5) sorted by relevance
34 public long numAuthExceptions; field in SyncStats97 numAuthExceptions = 0; in SyncStats()109 numAuthExceptions = in.readLong(); in SyncStats()124 if (numAuthExceptions > 0) sb.append(" numAuthExceptions: ").append(numAuthExceptions); in toString()142 numAuthExceptions = 0; in clear()158 dest.writeLong(numAuthExceptions); in writeToParcel()
178 || stats.numAuthExceptions > 0 in hasHardError()312 if (stats.numAuthExceptions > 0) { in toDebugString()313 sb.append("a").append(stats.numAuthExceptions); in toDebugString()
3821 if (syncResult.stats.numAuthExceptions > 0) in syncResultToErrorNumber()
11782 field public long numAuthExceptions;
8239 field public long numAuthExceptions;