Home | History | Annotate | Download | only in unitTests

Lines Matching refs:wapAppId

2126             String wapAppId = pduDecoder.getValueString();
2127 if (wapAppId == null) {
2128 wapAppId = Integer.toString((int) pduDecoder.getValue32());
2133 if (false) Log.v(LOG_TAG, "appid found: " + wapAppId + ":" + contentType);
2149 int procRet = wapPushMan.processMessage(wapAppId, contentType, intent);