Searched refs:numParseExceptions (Results 1 – 6 of 6) sorted by relevance
54 public long numParseExceptions; field in SyncStats99 numParseExceptions = 0; in SyncStats()111 numParseExceptions = in.readLong(); in SyncStats()126 if (numParseExceptions > 0) sb.append(" numParseExceptions: ").append(numParseExceptions); in toString()144 numParseExceptions = 0; in clear()160 dest.writeLong(numParseExceptions); in writeToParcel()
176 return stats.numParseExceptions > 0 in hasHardError()306 if (stats.numParseExceptions > 0) { in toDebugString()307 sb.append("e").append(stats.numParseExceptions); in toDebugString()
3781 if (syncResult.stats.numParseExceptions > 0) in syncResultToErrorNumber()
8245 field public long numParseExceptions;
10946 field public long numParseExceptions;