Searched refs:pduType (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java143 int pduType = pdu[index++] & 0xFF;
146 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) &&
147 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) {
148 if (DBG) Rlog.w(LOG_TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
230 intent.putExtra("pduType", pduType);
271 intent.putExtra("pduType", pduType);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1486 Intent createIntent(int pduType, int tranId) { argument
1489 intent.putExtra("pduType", pduType);
1503 int pduType = 6;
1521 createIntent(pduType, tranId))
1544 int pduType = 6;
1563 createIntent(pduType, tranId))
1586 int pduType = 6;
1606 createIntent(pduType, tranId))
1656 int pduType
[all...]

Completed in 51 milliseconds