Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncStats.java63 public long numConflictDetectedExceptions; field in SyncStats
100 numConflictDetectedExceptions = 0; in SyncStats()
112 numConflictDetectedExceptions = in.readLong(); in SyncStats()
127 if (numConflictDetectedExceptions > 0) in toString()
128 sb.append(" numConflictDetectedExceptions: ").append(numConflictDetectedExceptions); in toString()
145 numConflictDetectedExceptions = 0; in clear()
161 dest.writeLong(numConflictDetectedExceptions); in writeToParcel()
DSyncResult.java177 || stats.numConflictDetectedExceptions > 0 in hasHardError()
309 if (stats.numConflictDetectedExceptions > 0) { in toDebugString()
310 sb.append("c").append(stats.numConflictDetectedExceptions); in toDebugString()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3827 if (syncResult.stats.numConflictDetectedExceptions > 0) in syncResultToErrorNumber()
/frameworks/base/core/api/
Dcurrent.txt11783 field public long numConflictDetectedExceptions;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8240 field public long numConflictDetectedExceptions;