Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3825 if (syncResult.stats.numParseExceptions > 0) in syncResultToErrorNumber()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11795 field public long numParseExceptions;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt8245 field public long numParseExceptions;