Home
last modified time | relevance | path

Searched refs:numIoExceptions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncStats.java41 public long numIoExceptions; field in SyncStats
98 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()
DSyncResult.java197 return syncAlreadyInProgress || stats.numIoExceptions > 0; in hasSoftError()
330 if (stats.numIoExceptions > 0) { in toDebugString()
331 sb.append("I").append(stats.numIoExceptions); in toDebugString()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3082 syncResult.stats.numIoExceptions++; in handleSyncMessage()
3823 if (syncResult.stats.numIoExceptions > 0) in syncResultToErrorNumber()
/frameworks/base/core/api/
Dcurrent.txt11787 field public long numIoExceptions;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8244 field public long numIoExceptions;