Home
last modified time | relevance | path

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

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java1505 Intent createIntent(int pduType, int tranId) { in createIntent()
1522 int pduType = 6; in testProcessMsg1() local
1563 int pduType = 6; in testProcessMsg2() local
1605 int pduType = 6; in testProcessMsg3() local
1675 int pduType = 6; in testProcessMsg4() local
1764 int pduType = 6; in testProcessMsg5() local
1805 int pduType = 6; in testProcessMsg6() local
2076 int pduType = pdu[index++] & 0xFF; in dispatchWapPdu() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java208 int pduType = pdu[index++] & 0xFF; in decodeWapPdu() local
666 int pduType; field in WapPushOverSms.DecodedResult