OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decodeUintvarInteger
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
WspTypeDecoder.java
319
public boolean
decodeUintvarInteger
(int startIndex) {
352
decodeUintvarInteger
(startIndex + 1);
488
if (
decodeUintvarInteger
(startIndex + totalRead)) {
655
if (!
decodeUintvarInteger
(index)) return false;
WapPushOverSms.java
158
if (pduDecoder.
decodeUintvarInteger
(index) == false) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java
376
if (pduDecoder.
decodeUintvarInteger
(wspIndex) == false) {
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
[
all
...]
Completed in 1126 milliseconds