Searched refs:mLimit (Results 1 – 4 of 4) sorted by relevance
26 private final int mLimit; field in LimitInputStream34 mLimit = limit; in LimitInputStream()39 return Math.min(super.available(), mLimit - mReadBytes); in available()44 if (mReadBytes == mLimit) { in read()
87 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.Command230 mLimit = limit; in Command()
213 private int mLimit; field in BaseEmailAddressAdapter.DirectoryPartitionFilter221 this.mLimit = limit; in setLimit()225 return this.mLimit; in getLimit()
396 private int mLimit; field in BaseRecipientAdapter.DirectoryFilter403 this.mLimit = limit; in setLimit()407 return this.mLimit; in getLimit()