Home
last modified time | relevance | path

Searched refs:numAuthExceptions (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncStats.java34 public long numAuthExceptions; field in SyncStats
97 numAuthExceptions = 0; in SyncStats()
109 numAuthExceptions = in.readLong(); in SyncStats()
124 if (numAuthExceptions > 0) sb.append(" numAuthExceptions: ").append(numAuthExceptions); in toString()
142 numAuthExceptions = 0; in clear()
158 dest.writeLong(numAuthExceptions); in writeToParcel()
DSyncResult.java168 || stats.numAuthExceptions > 0 in hasHardError()
302 if (stats.numAuthExceptions > 0) { in toDebugString()
303 sb.append("a").append(stats.numAuthExceptions); in toDebugString()
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd180 syncResult.stats.numAuthExceptions++;
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3005 if (syncResult.stats.numAuthExceptions > 0) in syncResultToErrorNumber()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8239 field public long numAuthExceptions;
/frameworks/base/api/
Dcurrent.txt9202 field public long numAuthExceptions;
Dtest-current.txt9211 field public long numAuthExceptions;
Dsystem-current.txt9544 field public long numAuthExceptions;