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/
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()
1320 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local
1323 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()
1324 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()
1343 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local
1346 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()
1347 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()
1362 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local
[all …]