Searched refs:parsedPdu (Results 1 – 1 of 1) sorted by relevance
263 GenericPdu parsedPdu = null; in decodeWapPdu() local265 parsedPdu = new PduParser(intentData, shouldParseContentDisposition(subId)).parse(); in decodeWapPdu()270 if (parsedPdu != null && parsedPdu.getMessageType() == MESSAGE_TYPE_NOTIFICATION_IND) { in decodeWapPdu()271 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu()301 result.parsedPdu = parsedPdu; in decodeWapPdu()335 writeInboxMessage(result.subId, result.parsedPdu); in dispatchWapPdu()633 GenericPdu parsedPdu; field in WapPushOverSms.DecodedResult