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

  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushManagerParams.java 67 public static final int FURTHER_PROCESSING = 0x8000;
WapPushOverSms.java 237 && (procRet & WapPushManagerParams.FURTHER_PROCESSING) == 0) {
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 83 + "further_processing INTEGER, "
121 + " app_type, need_signature, further_processing"
137 ret.furtherProcessing = cur.getInt(cur.getColumnIndex("further_processing"));
224 WapPushManagerParams.FURTHER_PROCESSING : 0);
241 int app_type, boolean need_signature, boolean further_processing) {
274 values.put("further_processing", further_processing ? 1 : 0);
293 int app_type, boolean need_signature, boolean further_processing) {
320 values.put("further_processing", further_processing ? 1 : 0)
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 2618 milliseconds