Home
last modified time | relevance | path

Searched refs:userDataLength (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ExtServices/src/android/ext/services/autofill/
DCreditCardMatcher.java84 final int userDataLength = userDataValue.length(); in calculateScore() local
91 if (actualValueLength != suffixLength || userDataLength < minCreditCardLength in calculateScore()
92 || userDataLength > maxCreditCardLength || userDataLength < actualValueLength) { in calculateScore()
96 userDataLength - suffixLength); in calculateScore()
DEditDistanceScorer.java43 final int userDataLength = userDataValue.length(); in calculateScore() local
44 if (userDataLength == 0) { in calculateScore()
50 final int maxLength = Math.max(actualValueLength, userDataLength); in calculateScore()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java342 int userDataLength = pdu.read(); in gsmDecodeUserDataHeader() local
363 mMsgSeptetCount = userDataLength - headerSeptets; in gsmDecodeUserDataHeader()
369 mMsgSeptetCount = userDataLength; in gsmDecodeUserDataHeader()
435 int userDataLength = 0; in gsmChangeToDeliverPdu() local
458 userDataLength = (mData[gsmSubmitGetTpUdlOffset()] & 0xff); in gsmChangeToDeliverPdu()
459 newPdu.write(userDataLength); in gsmChangeToDeliverPdu()