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/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java342 private int mLimit; field in class:BaseRecipientAdapter.DirectoryFilter
349 this.mLimit = limit;
353 return this.mLimit;
/frameworks/base/core/java/android/os/
H A DStrictMode.java2270 final int mLimit; field in class:StrictMode.InstanceCountViolation
2282 mLimit = limit;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1834 private int mLimit; field in class:ContactsContract.Contacts.AggregationSuggestions.Builder
1864 mLimit = limit;
1872 if (mLimit != 0) {
1873 builder.appendQueryParameter("limit", String.valueOf(mLimit));

Completed in 879 milliseconds