Searched refs:parsedPdu (Results 1 – 1 of 1) sorted by relevance
298 GenericPdu parsedPdu = null; in decodeWapPdu() local300 parsedPdu = new PduParser(intentData, shouldParseContentDisposition(subId)).parse(); in decodeWapPdu()305 if (parsedPdu != null && parsedPdu.getMessageType() == MESSAGE_TYPE_NOTIFICATION_IND) { in decodeWapPdu()306 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu()336 result.parsedPdu = parsedPdu; in decodeWapPdu()673 GenericPdu parsedPdu; field in WapPushOverSms.DecodedResult