Searched refs:numAuthExceptions (Results 1 – 6 of 6) 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()
3842 if (syncResult.stats.numAuthExceptions > 0) in syncResultToErrorNumber()
8239 field public long numAuthExceptions;
9376 Landroid/content/SyncStats;->numAuthExceptions:J
10574 field public long numAuthExceptions;