Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWapPushOverSmsTest.java73 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPdu()
128 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
161 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPdu_notificationIndInsertedToCache()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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()
DWapPushOverSms.java204 if (pduDecoder.decodeUintvarInteger(index) == false) { in decodeWapPdu()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java423 if (!pduDecoder.decodeUintvarInteger(wspIndex)) { in checkDuplicatePortOmadmWapPush()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2097 if (pduDecoder.decodeUintvarInteger(index) == false) { in dispatchWapPdu()