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.java1092 final int EXPECTED_PARAM_SIZE = 3 * 8; in decodeMessageId() local
1095 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMessageId()
1096 paramBits -= EXPECTED_PARAM_SIZE; in decodeMessageId()
1461 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local
1464 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()
1465 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()
1484 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local
1487 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()
1488 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()
1503 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local
[all …]