HomeSort by relevance Sort by last modified time
    Searched refs:wapAppId (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 212 String wapAppId = pduDecoder.getValueString();
213 if (wapAppId == null) {
214 wapAppId = Integer.toString((int) pduDecoder.getValue32());
219 if (DBG) Rlog.v(LOG_TAG, "appid found: " + wapAppId + ":" + contentType);
236 int procRet = wapPushMan.processMessage(wapAppId, contentType, intent);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 169 milliseconds