Searched refs:mLimit (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
H A DFinitePool.java32 private final int mLimit; field in class:FinitePool
34 * If true, mLimit is ignored
49 mLimit = 0;
57 mLimit = limit;
83 if (mInfinite || mPoolCount < mLimit) {
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java213 private int mLimit; field in class:BaseEmailAddressAdapter.DirectoryPartitionFilter
221 this.mLimit = limit;
225 return this.mLimit;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java327 private int mLimit; field in class:BaseRecipientAdapter.DirectoryFilter
334 this.mLimit = limit;
338 return this.mLimit;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1792 private int mLimit; field in class:ContactsContract.Contacts.AggregationSuggestions.Builder
1822 mLimit = limit;
1830 if (mLimit != 0) {
1831 builder.appendQueryParameter("limit", String.valueOf(mLimit));
/frameworks/base/core/java/android/os/
H A DStrictMode.java2172 final int mLimit; field in class:StrictMode.InstanceCountViolation
2184 mLimit = limit;

Completed in 1135 milliseconds