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

  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 210 String wapAppId = pduDecoder.getValueString();
211 if (wapAppId == null) {
212 wapAppId = Integer.toString((int) pduDecoder.getValue32());
217 if (false) Log.v(LOG_TAG, "appid found: " + wapAppId + ":" + contentType);
234 int procRet = wapPushMan.processMessage(wapAppId, contentType, intent);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 172 milliseconds