Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWspTypeDecoder.java327 public boolean decodeUintvarInteger(int startIndex) { in decodeUintvarInteger() method in WspTypeDecoder
361 decodeUintvarInteger(startIndex + 1); in decodeValueLength()
498 if (decodeUintvarInteger(startIndex + totalRead)) {
663 if (!decodeUintvarInteger(index)) return false; in seekXWapApplicationId()
DWapPushOverSms.java249 if (pduDecoder.decodeUintvarInteger(index) == false) { in decodeWapPdu()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWapPushOverSmsTest.java72 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPdu()
125 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java416 if (!pduDecoder.decodeUintvarInteger(wspIndex)) { in checkDuplicatePortOmadmWapPush()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2093 if (pduDecoder.decodeUintvarInteger(index) == false) { in dispatchWapPdu()