Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/integrity/parser/
DLimitInputStream.java26 private final int mLimit; field in LimitInputStream
34 mLimit = limit; in LimitInputStream()
39 return Math.min(super.available(), mLimit - mReadBytes); in available()
44 if (mReadBytes == mLimit) { in read()
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/testing/
DDiffScriptProcessor.java87 checkFileRange(command.mCount, command.mLimit); in process()
88 copyRange(randomAccessInput, outputStream, command.mCount, command.mLimit); in process()
225 private final long mLimit; field in DiffScriptProcessor.Command
230 mLimit = limit; in Command()
/frameworks/base/services/core/java/com/android/server/utils/quota/
DMultiRateLimiter.java160 return addRateLimit(rateLimit.mLimit, rateLimit.mWindowSize); in addRateLimit()
182 public final int mLimit; field in MultiRateLimiter.RateLimit
190 this.mLimit = limit; in RateLimit()
/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.java1999 private int mLimit; field in ContactsContract.Contacts.AggregationSuggestions.Builder
2031 mLimit = limit; in setLimit()
2043 if (mLimit != 0) { in build()
2044 builder.appendQueryParameter("limit", String.valueOf(mLimit)); in build()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt45075 Landroid/provider/ContactsContract$Contacts$AggregationSuggestions$Builder;->mLimit:I