Home
last modified time | relevance | path

Searched refs:mLimit (Results 1 – 4 of 4) sorted by relevance

/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java213 private int mLimit; field in BaseEmailAddressAdapter.DirectoryPartitionFilter
221 this.mLimit = limit; in setLimit()
225 return this.mLimit; in getLimit()
/frameworks/opt/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java396 private int mLimit; field in BaseRecipientAdapter.DirectoryFilter
403 this.mLimit = limit; in setLimit()
407 return this.mLimit; in getLimit()
/frameworks/base/core/java/android/provider/
DContactsContract.java1963 private int mLimit; field in ContactsContract.Contacts.AggregationSuggestions.Builder
1995 mLimit = limit; in setLimit()
2007 if (mLimit != 0) { in build()
2008 builder.appendQueryParameter("limit", String.valueOf(mLimit)); in build()
/frameworks/base/core/java/android/os/
DStrictMode.java2741 final int mLimit; field in StrictMode.InstanceCountViolation
2753 mLimit = limit; in InstanceCountViolation()