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

/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.java349 private int mLimit; field in class:BaseRecipientAdapter.DirectoryFilter
356 this.mLimit = limit;
360 return this.mLimit;
/frameworks/base/core/java/android/os/
H A DStrictMode.java2222 final int mLimit; field in class:StrictMode.InstanceCountViolation
2234 mLimit = limit;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1807 private int mLimit; field in class:ContactsContract.Contacts.AggregationSuggestions.Builder
1837 mLimit = limit;
1845 if (mLimit != 0) {
1846 builder.appendQueryParameter("limit", String.valueOf(mLimit));

Completed in 127 milliseconds