Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DBearerData.java955 final int EXPECTED_PARAM_SIZE = 3 * 8; in decodeMessageId() local
958 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMessageId()
959 paramBits -= EXPECTED_PARAM_SIZE; in decodeMessageId()
1295 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local
1298 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()
1299 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()
1318 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local
1321 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()
1322 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()
1337 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local
[all …]