Searched refs:pduType (Results 1 – 2 of 2) sorted by relevance
165 int pduType = pdu[index++] & 0xFF; in decodeWapPdu() local170 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) && in decodeWapPdu()171 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()176 pduType = pdu[index++] & 0xff; in decodeWapPdu()178 Rlog.d(TAG, "index = " + index + " PDU Type = " + pduType + in decodeWapPdu()182 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) in decodeWapPdu()183 && (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()184 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType); in decodeWapPdu()189 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType); in decodeWapPdu()304 result.pduType = pduType; in decodeWapPdu()[all …]
1509 Intent createIntent(int pduType, int tranId) { in createIntent() argument1512 intent.putExtra("pduType", pduType); in createIntent()1526 int pduType = 6; in testProcessMsg1() local1544 createIntent(pduType, tranId)) in testProcessMsg1()1567 int pduType = 6; in testProcessMsg2() local1586 createIntent(pduType, tranId)) in testProcessMsg2()1609 int pduType = 6; in testProcessMsg3() local1629 createIntent(pduType, tranId)) in testProcessMsg3()1679 int pduType = 6; in testProcessMsg4() local1699 createIntent(pduType, tranId)); in testProcessMsg4()[all …]