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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWapPushOverSmsTest.java71 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt());
122 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java319 public boolean decodeUintvarInteger(int startIndex) { method in class:WspTypeDecoder
352 decodeUintvarInteger(startIndex + 1);
488 if (decodeUintvarInteger(startIndex + totalRead)) {
651 if (!decodeUintvarInteger(index)) return false;
H A DWapPushOverSms.java212 if (pduDecoder.decodeUintvarInteger(index) == false) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java332 if (!pduDecoder.decodeUintvarInteger(wspIndex)) {
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2093 if (pduDecoder.decodeUintvarInteger(index) == false) {

Completed in 745 milliseconds