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.java396 private int mLimit; field in class:BaseRecipientAdapter.DirectoryFilter
403 this.mLimit = limit;
407 return this.mLimit;
/frameworks/base/core/java/android/os/
H A DStrictMode.java2741 final int mLimit; field in class:StrictMode.InstanceCountViolation
2753 mLimit = limit;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1963 private int mLimit; field in class:ContactsContract.Contacts.AggregationSuggestions.Builder
1995 mLimit = limit;
2007 if (mLimit != 0) {
2008 builder.appendQueryParameter("limit", String.valueOf(mLimit));

Completed in 116 milliseconds