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.java279 String wapAppId = pduDecoder.getValueString(); in decodeWapPdu() local
280 if (wapAppId == null) { in decodeWapPdu()
281 wapAppId = Integer.toString((int) pduDecoder.getValue32()); in decodeWapPdu()
283 result.wapAppId = wapAppId; in decodeWapPdu()
287 if (DBG) Rlog.v(TAG, "appid found: " + wapAppId + ":" + contentType); in decodeWapPdu()
331 if (result.wapAppId != null) { in dispatchWapPdu()
357 result.wapAppId, result.contentType, intent); in dispatchWapPdu()
471 String wapAppId; field in WapPushOverSms.DecodedResult
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2149 String wapAppId = pduDecoder.getValueString(); in dispatchWapPdu() local
2150 if (wapAppId == null) { in dispatchWapPdu()
2151 wapAppId = Integer.toString((int) pduDecoder.getValue32()); in dispatchWapPdu()
2156 if (false) Log.v(LOG_TAG, "appid found: " + wapAppId + ":" + contentType); in dispatchWapPdu()
2172 int procRet = wapPushMan.processMessage(wapAppId, contentType, intent); in dispatchWapPdu()