Searched refs:wapAppId (Results 1 – 2 of 2) sorted by relevance
325 String wapAppId = pduDecoder.getValueString(); in decodeWapPdu() local326 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
2145 String wapAppId = pduDecoder.getValueString(); in dispatchWapPdu() local2146 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()