Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A 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()
H A DSyncResult.java176 return stats.numParseExceptions > 0 in hasHardError()
306 if (stats.numParseExceptions > 0) { in toDebugString()
307 sb.append("e").append(stats.numParseExceptions); in toDebugString()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3971 if (syncResult.stats.numParseExceptions > 0) in syncResultToErrorNumber()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11575 field public long numParseExceptions;