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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushManagerParams.java 67 public static final int FURTHER_PROCESSING = 0x8000;
WapPushOverSms.java 247 && (procRet & WapPushManagerParams.FURTHER_PROCESSING) == 0) {
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 83 + "further_processing INTEGER, "
125 "app_type", "need_signature", "further_processing"},
141 ret.furtherProcessing = cur.getInt(cur.getColumnIndex("further_processing"));
228 WapPushManagerParams.FURTHER_PROCESSING : 0);
245 int app_type, boolean need_signature, boolean further_processing) {
278 values.put("further_processing", further_processing ? 1 : 0);
297 int app_type, boolean need_signature, boolean further_processing) {
324 values.put("further_processing", further_processing ? 1 : 0)
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 620 milliseconds