Searched defs:numConflictDetectedExceptions (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncStats.java63 public long numConflictDetectedExceptions; field in class:SyncStats
100 numConflictDetectedExceptions = 0;
112 numConflictDetectedExceptions = in.readLong();
127 if (numConflictDetectedExceptions > 0)
128 sb.append(" numConflictDetectedExceptions: ").append(numConflictDetectedExceptions);
145 numConflictDetectedExceptions = 0;
161 dest.writeLong(numConflictDetectedExceptions);

Completed in 54 milliseconds