Home
last modified time | relevance | path

Searched refs:parsedPdu (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java254 GenericPdu parsedPdu = null; in decodeWapPdu() local
256 parsedPdu = new PduParser(intentData, shouldParseContentDisposition(subId)).parse(); in decodeWapPdu()
261 if (parsedPdu != null && parsedPdu.getMessageType() == MESSAGE_TYPE_NOTIFICATION_IND) { in decodeWapPdu()
262 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu()
292 result.parsedPdu = parsedPdu; in decodeWapPdu()
474 GenericPdu parsedPdu; field in WapPushOverSms.DecodedResult