Searched refs:wapAppId (Results 1 – 2 of 2) sorted by relevance
279 String wapAppId = pduDecoder.getValueString(); in decodeWapPdu() local280 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
2149 String wapAppId = pduDecoder.getValueString(); in dispatchWapPdu() local2150 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()