Searched refs:decodeUintvarInteger (Results 1 – 5 of 5) sorted by relevance
327 public boolean decodeUintvarInteger(int startIndex) { in decodeUintvarInteger() method in WspTypeDecoder361 decodeUintvarInteger(startIndex + 1); in decodeValueLength()498 if (decodeUintvarInteger(startIndex + totalRead)) {663 if (!decodeUintvarInteger(index)) return false; in seekXWapApplicationId()
249 if (pduDecoder.decodeUintvarInteger(index) == false) { in decodeWapPdu()
72 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPdu()125 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
416 if (!pduDecoder.decodeUintvarInteger(wspIndex)) { in checkDuplicatePortOmadmWapPush()
2093 if (pduDecoder.decodeUintvarInteger(index) == false) { in dispatchWapPdu()