Home
last modified time | relevance | path

Searched refs:numIoExceptions (Results 1 – 7 of 7) 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.java187 return syncAlreadyInProgress || stats.numIoExceptions > 0; in hasSoftError()
320 if (stats.numIoExceptions > 0) { in toDebugString()
321 sb.append("I").append(stats.numIoExceptions); in toDebugString()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2395 syncResult.stats.numIoExceptions++; in handleSyncMessage()
3007 if (syncResult.stats.numIoExceptions > 0) in syncResultToErrorNumber()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8244 field public long numIoExceptions;
/frameworks/base/api/
Dcurrent.txt9207 field public long numIoExceptions;
Dtest-current.txt9216 field public long numIoExceptions;
Dsystem-current.txt9549 field public long numIoExceptions;