Home
last modified time | relevance | path

Searched refs:numParseExceptions (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncStats.java54 public long numParseExceptions; field in SyncStats
99 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()
DSyncResult.java176 return stats.numParseExceptions > 0 in hasHardError()
306 if (stats.numParseExceptions > 0) { in toDebugString()
307 sb.append("e").append(stats.numParseExceptions); in toDebugString()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3781 if (syncResult.stats.numParseExceptions > 0) in syncResultToErrorNumber()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8245 field public long numParseExceptions;
/frameworks/base/non-updatable-api/
Dcurrent.txt10946 field public long numParseExceptions;
/frameworks/base/api/
Dcurrent.txt10946 field public long numParseExceptions;