Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java325 String wapAppId = pduDecoder.getValueString(); in decodeWapPdu() local
326 if (wapAppId == null) { in decodeWapPdu()
327 wapAppId = Integer.toString((int) pduDecoder.getValue32()); in decodeWapPdu()
329 result.wapAppId = wapAppId; in decodeWapPdu()
333 if (DBG) Rlog.v(TAG, "appid found: " + wapAppId + ":" + contentType); in decodeWapPdu()
377 if (result.wapAppId != null) { in dispatchWapPdu()
402 result.wapAppId, result.contentType, intent); in dispatchWapPdu()
671 String wapAppId; field in WapPushOverSms.DecodedResult
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2145 String wapAppId = pduDecoder.getValueString(); in dispatchWapPdu() local
2146 if (wapAppId == null) { in dispatchWapPdu()
2147 wapAppId = Integer.toString((int) pduDecoder.getValue32()); in dispatchWapPdu()
2152 if (false) Log.v(LOG_TAG, "appid found: " + wapAppId + ":" + contentType); in dispatchWapPdu()
2168 int procRet = wapPushMan.processMessage(wapAppId, contentType, intent); in dispatchWapPdu()