Home
last modified time | relevance | path

Searched defs:pduType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java164 int pduType = pdu[index++] & 0xFF; in decodeWapPdu() local
467 int pduType; field in WapPushOverSms.DecodedResult
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java1509 Intent createIntent(int pduType, int tranId) { in createIntent()
1526 int pduType = 6; in testProcessMsg1() local
1567 int pduType = 6; in testProcessMsg2() local
1609 int pduType = 6; in testProcessMsg3() local
1679 int pduType = 6; in testProcessMsg4() local
1768 int pduType = 6; in testProcessMsg5() local
1809 int pduType = 6; in testProcessMsg6() local
2080 int pduType = pdu[index++] & 0xFF; in dispatchWapPdu() local