Home | History | Annotate | Download | only in content

Lines Matching defs:tooManyRetries

55     public boolean tooManyRetries;
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);
274 * a - numAuthExceptions, D - tooManyDeletions, R - tooManyRetries,
303 if (tooManyRetries) {