Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java1091 final int EXPECTED_PARAM_SIZE = 3 * 8; in decodeMessageId() local
1094 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMessageId()
1095 paramBits -= EXPECTED_PARAM_SIZE; in decodeMessageId()
1460 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local
1463 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()
1464 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()
1483 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local
1486 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()
1487 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()
1502 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local
[all …]