Home | History | Annotate | Download | only in unitTests

Lines Matching refs:pduType

1486     Intent createIntent(int pduType, int tranId) {
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 = 6;
1676 createIntent(pduType, tranId));
1721 createIntent(pduType, tranId));
1745 int pduType = 6;
1763 createIntent(pduType, tranId))
1786 int pduType = 6;
1804 createIntent(pduType, tranId))
1820 createIntent(pduType, tranId))
2057 int pduType = pdu[index++] & 0xFF;
2060 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) &&
2061 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) {
2062 if (false) Log.w(LOG_TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
2143 intent.putExtra("pduType", pduType);