Searched refs:mLimit (Results 1 – 5 of 5) sorted by relevance
32 private final int mLimit; field in FinitePool49 mLimit = 0; in FinitePool()57 mLimit = limit; in FinitePool()83 if (mInfinite || mPoolCount < mLimit) { in release()
213 private int mLimit; field in BaseEmailAddressAdapter.DirectoryPartitionFilter221 this.mLimit = limit; in setLimit()225 return this.mLimit; in getLimit()
317 private int mLimit; field in BaseRecipientAdapter.DirectoryFilter324 this.mLimit = limit; in setLimit()328 return this.mLimit; in getLimit()
1791 private int mLimit; field in ContactsContract.Contacts.AggregationSuggestions.Builder1821 mLimit = limit; in setLimit()1829 if (mLimit != 0) { in build()1830 builder.appendQueryParameter("limit", String.valueOf(mLimit)); in build()
2172 final int mLimit; field in StrictMode.InstanceCountViolation2184 mLimit = limit; in InstanceCountViolation()