Home
last modified time | relevance | path

Searched refs:mLength (Results 1 – 21 of 21) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DResizableIntArray.java29 private int mLength; field in ResizableIntArray
36 if (index < mLength) { in get()
39 throw new ArrayIndexOutOfBoundsException("length=" + mLength + "; index=" + index); in get()
43 if (index < mLength) { in addAt()
46 mLength = index; in addAt()
52 final int currentLength = mLength; in add()
55 mLength = currentLength + 1; in add()
83 return mLength; in getLength()
88 mLength = newLength; in setLength()
94 mLength = 0; in reset()
[all …]
/packages/apps/Email/provider_src/com/android/email/
DFixedLengthInputStream.java29 private final int mLength; field in FixedLengthInputStream
34 this.mLength = length; in FixedLengthInputStream()
39 return mLength - mCount; in available()
44 if (mCount < mLength) { in read()
54 if (mCount < mLength) { in read()
55 int d = mIn.read(b, offset, Math.min(mLength - mCount, length)); in read()
73 return mLength; in getLength()
78 return String.format("FixedLengthInputStream(in=%s, length=%d)", mIn.toString(), mLength); in toString()
/packages/services/Telephony/src/com/android/phone/common/mail/
DFixedLengthInputStream.java28 private final int mLength; field in FixedLengthInputStream
33 this.mLength = length; in FixedLengthInputStream()
38 return mLength - mCount; in available()
43 if (mCount < mLength) { in read()
53 if (mCount < mLength) { in read()
54 int d = mIn.read(b, offset, Math.min(mLength - mCount, length)); in read()
72 return mLength; in getLength()
77 return String.format("FixedLengthInputStream(in=%s, length=%d)", mIn.toString(), mLength); in toString()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimer.java84 private final long mLength; field in Timer
105 mLength = length; in Timer()
116 public long getLength() { return mLength; } in getLength()
166 return new Timer(mId, RUNNING, mLength, mTotalLength, now(), mRemainingTime, mLabel, in start()
181 return new Timer(mId, PAUSED, mLength, mTotalLength, Long.MIN_VALUE, remainingTime, mLabel, in pause()
193 return new Timer(mId, EXPIRED, mLength, mTotalLength, mLastStartTime, mRemainingTime, in expire()
205 return new Timer(mId, RESET, mLength, mLength, Long.MIN_VALUE, mLength, mLabel, in reset()
217 return new Timer(mId, mState, mLength, mTotalLength, mLastStartTime, mRemainingTime, label, in setLabel()
247 return new Timer(mId, state, mLength, totalLength, lastStartTime, remainingTime, mLabel, in addMinute()
/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepMessage.java49 private final int mLength; field in SnepMessage
85 mLength = input.getInt(); in SnepMessage()
89 ndefLength = mLength - 4; in SnepMessage()
93 ndefLength = mLength; in SnepMessage()
109 mLength = length; in SnepMessage()
160 return mLength; in getLength()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java312 if (fileInfo.mFileName == null || fileInfo.mLength == 0) { in processShareInfo()
320 Log.v(TAG, "length :" + fileInfo.mLength); in processShareInfo()
328 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo()
353 request.setHeader(HeaderSet.LENGTH, fileInfo.mLength); in sendFile()
404 if (!mInterrupted && (position != fileInfo.mLength)) { in sendFile()
439 while (!mInterrupted && okToProceed && (position < fileInfo.mLength)) { in sendFile()
460 percent = position * 100 / fileInfo.mLength; in sendFile()
474 + fileInfo.mLength); in sendFile()
479 } else if (!mInterrupted && position == fileInfo.mLength) { in sendFile()
481 + " length " + fileInfo.mLength); in sendFile()
[all …]
DBluetoothOppSendFileInfo.java77 public final long mLength; field in BluetoothOppSendFileInfo
84 mLength = length; in BluetoothOppSendFileInfo()
96 mLength = length; in BluetoothOppSendFileInfo()
DBluetoothOppReceiveFileInfo.java63 public long mLength; field in BluetoothOppReceiveFileInfo
74 mLength = length; in BluetoothOppReceiveFileInfo()
82 mLength = length; in BluetoothOppReceiveFileInfo()
DBluetoothOppObexServerSession.java451 while ((!mInterrupted) && (position != fileInfo.mLength)) { in receiveFile()
464 percent = position * 100 / fileInfo.mLength; in receiveFile()
496 if (position == fileInfo.mLength) { in receiveFile()
500 if (D) Log.d(TAG, "Reading file failed at " + position + " of " + fileInfo.mLength); in receiveFile()
524 Log.v(TAG, "length :" + fileInfo.mLength); in processShareInfo()
DBluetoothOppTransfer.java325 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in markBatchFailed()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest_options.h27 : mOptions(options), mLength(length) {} in SuggestOptions()
70 const int mLength; variable
73 return 0 <= key && key < mLength; in isValidKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DAssetFileAddress.java32 public final long mLength; field in AssetFileAddress
37 mLength = length; in AssetFileAddress()
68 return String.format("%s (offset=%d, length=%d)", mFilename, mOffset, mLength); in toString()
DDictionaryFactory.java60 new ReadOnlyBinaryDictionary(f.mFilename, f.mOffset, f.mLength, in createMainDictionaryFromManager()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java65 public int mLength; field in BinaryDictIOUtils.Position
69 mLength = length; in Position()
94 p.mNumOfPtNode + ", position=" + p.mPosition + ", length=" + p.mLength); in readUnigramsAndBigramsBinaryInner()
98 if (index != p.mLength) index = p.mLength; in readUnigramsAndBigramsBinaryInner()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryFlagParser.java31 private long mLength; field in BatteryFlagParser
46 mLength = endTime - startTime; in onParsingStarted()
77 return mLength; in getPeriod()
DBatteryCellParser.java29 private long mLength; field in BatteryCellParser
50 mLength = endTime - startTime; in onParsingStarted()
81 return mLength; in getPeriod()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DAssetFileAddress.java30 public final long mLength; field in AssetFileAddress
35 mLength = length; in AssetFileAddress()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSentenceLevelAdapter.java56 public final int mLength; field in SentenceLevelAdapter.SentenceWordItem
60 mLength = end - start; in SentenceWordItem()
192 lengths[i] = item.mLength;
/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
DTextUtilities.java544 final int mLength; field in TextUtilities.SearchTerm
551 mLength = term.length(); in SearchTerm()
650 if (t.mMatchLength == t.mLength) { in highlightTerms()
651 String matchText = text.substring(t.mMatchStart, t.mMatchStart + t.mLength); in highlightTerms()
669 lastOut = t.mMatchStart + t.mLength - 1; in highlightTerms()
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
DDictionaryHeaderUtils.java28 new File(fileAddress.mFilename), fileAddress.mOffset, fileAddress.mLength); in getContentVersion()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtils.java437 fileAddress.mLength, new File(fileAddress.mFilename).lastModified(), version);
463 return new DictionaryInfo(id, locale, description, filenameToStoreOnDb, fileAddress.mLength,