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

/frameworks/base/core/java/android/content/
H A DSyncResult.java55 public boolean tooManyRetries; field in class:SyncResult
130 this.tooManyRetries = false;
141 tooManyRetries = parcel.readInt() != 0;
161 * <li> {@link #tooManyRetries}
170 || tooManyRetries
214 tooManyRetries = false;
240 parcel.writeInt(tooManyRetries ? 1 : 0);
257 if (tooManyRetries) sb.append(" tooManyRetries: ").append(tooManyRetries);
[all...]

Completed in 177 milliseconds