Home
last modified time | relevance | path

Searched refs: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
169 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) && in decodeWapPdu()
170 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
175 pduType = pdu[index++] & 0xff; in decodeWapPdu()
177 Rlog.d(TAG, "index = " + index + " PDU Type = " + pduType + in decodeWapPdu()
181 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) in decodeWapPdu()
182 && (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
183 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType); in decodeWapPdu()
188 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType); in decodeWapPdu()
295 result.pduType = pduType; in decodeWapPdu()
[all …]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java1509 Intent createIntent(int pduType, int tranId) { in createIntent() argument
1512 intent.putExtra("pduType", pduType); in createIntent()
1526 int pduType = 6; in testProcessMsg1() local
1544 createIntent(pduType, tranId)) in testProcessMsg1()
1567 int pduType = 6; in testProcessMsg2() local
1586 createIntent(pduType, tranId)) in testProcessMsg2()
1609 int pduType = 6; in testProcessMsg3() local
1629 createIntent(pduType, tranId)) in testProcessMsg3()
1679 int pduType = 6; in testProcessMsg4() local
1699 createIntent(pduType, tranId)); in testProcessMsg4()
[all …]