Searched refs:numIoExceptions (Results 1 – 5 of 5) sorted by relevance
41 public long numIoExceptions; field in SyncStats98 numIoExceptions = 0; in SyncStats()110 numIoExceptions = in.readLong(); in SyncStats()125 if (numIoExceptions > 0) sb.append(" numIoExceptions: ").append(numIoExceptions); in toString()143 numIoExceptions = 0; in clear()159 dest.writeLong(numIoExceptions); in writeToParcel()
197 return syncAlreadyInProgress || stats.numIoExceptions > 0; in hasSoftError()330 if (stats.numIoExceptions > 0) { in toDebugString()331 sb.append("I").append(stats.numIoExceptions); in toDebugString()
3082 syncResult.stats.numIoExceptions++; in handleSyncMessage()3823 if (syncResult.stats.numIoExceptions > 0) in syncResultToErrorNumber()
11787 field public long numIoExceptions;
8244 field public long numIoExceptions;