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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 288 String wapAppId = pduDecoder.getValueString();
289 if (wapAppId == null) {
290 wapAppId = Integer.toString((int) pduDecoder.getValue32());
292 result.wapAppId = wapAppId;
296 if (DBG) Rlog.v(TAG, "appid found: " + wapAppId + ":" + contentType);
343 if (result.wapAppId != null) {
365 result.wapAppId, result.contentType, intent);
630 String wapAppId;
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 184 milliseconds