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