Searched refs:mLimit (Results 1 – 5 of 5) sorted by relevance
26 private final int mLimit; field in LimitInputStream34 mLimit = limit; in LimitInputStream()39 return Math.min(super.available(), mLimit - mReadBytes); in available()44 if (mReadBytes == mLimit) { in read()
31 private final int mLimit; field in CircularQueue35 this.mLimit = limit; in CircularQueue()55 while (size() > mLimit) { in put()
160 return addRateLimit(rateLimit.mLimit, rateLimit.mWindowSize); in addRateLimit()182 public final int mLimit; field in MultiRateLimiter.RateLimit190 this.mLimit = limit; in RateLimit()
2036 private int mLimit; field in ContactsContract.Contacts.AggregationSuggestions.Builder2068 mLimit = limit; in setLimit()2080 if (mLimit != 0) { in build()2081 builder.appendQueryParameter("limit", String.valueOf(mLimit)); in build()
41752 Landroid/provider/ContactsContract$Contacts$AggregationSuggestions$Builder;->mLimit:I