Searched refs:decodeUintvarInteger (Results 1 – 5 of 5) sorted by relevance
73 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()
328 public boolean decodeUintvarInteger(int startIndex) { in decodeUintvarInteger() method in WspTypeDecoder362 decodeUintvarInteger(startIndex + 1); in decodeValueLength()499 if (decodeUintvarInteger(startIndex + totalRead)) {664 if (!decodeUintvarInteger(index)) return false; in seekXWapApplicationId()
204 if (pduDecoder.decodeUintvarInteger(index) == false) { in decodeWapPdu()
423 if (!pduDecoder.decodeUintvarInteger(wspIndex)) { in checkDuplicatePortOmadmWapPush()
2097 if (pduDecoder.decodeUintvarInteger(index) == false) { in dispatchWapPdu()