Searched refs:numParseExceptions (Results 1 – 5 of 5) 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()
3971 if (syncResult.stats.numParseExceptions > 0) in syncResultToErrorNumber()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11575 field public long numParseExceptions;