Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncResult.java55 public boolean tooManyRetries; field in SyncResult
140 this.tooManyRetries = false; in SyncResult()
151 tooManyRetries = parcel.readInt() != 0; in SyncResult()
180 || tooManyRetries in hasHardError()
229 tooManyRetries = false; in clear()
255 parcel.writeInt(tooManyRetries ? 1 : 0); in writeToParcel()
272 if (tooManyRetries) sb.append(" tooManyRetries: ").append(tooManyRetries); in toString()
318 if (tooManyRetries) { in toDebugString()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1723 } else if (syncResult.tooManyRetries) { in maybeRescheduleSync()
3787 if (syncResult.tooManyRetries) in syncResultToErrorNumber()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8229 field public boolean tooManyRetries;
/frameworks/base/non-updatable-api/
Dcurrent.txt10930 field public boolean tooManyRetries;
/frameworks/base/api/
Dcurrent.txt10930 field public boolean tooManyRetries;