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

/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;

Completed in 110 milliseconds