Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java328 public boolean decodeUintvarInteger(int startIndex) { in decodeUintvarInteger() method in WspTypeDecoder
362 decodeUintvarInteger(startIndex + 1); in decodeValueLength()
499 if (decodeUintvarInteger(startIndex + totalRead)) {
664 if (!decodeUintvarInteger(index)) return false; in seekXWapApplicationId()
H A DWapPushOverSms.java203 if (pduDecoder.decodeUintvarInteger(index) == false) { in decodeWapPdu()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWapPushOverSmsTest.java71 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPdu()
126 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java418 if (!pduDecoder.decodeUintvarInteger(wspIndex)) { in checkDuplicatePortOmadmWapPush()
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2097 if (pduDecoder.decodeUintvarInteger(index) == false) { in dispatchWapPdu()