Home | History | Annotate | Download | only in smspush

Lines Matching refs:app_type

81                     + "app_type INTEGER, "
125 "app_type", "need_signature", "further_processing"},
139 ret.appType = cur.getInt(cur.getColumnIndex("app_type"));
231 protected boolean appTypeCheck(int app_type) {
232 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY ||
233 app_type == WapPushManagerParams.APP_TYPE_SERVICE) {
245 int app_type, boolean need_signature, boolean further_processing) {
253 if (!appTypeCheck(app_type)) {
254 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be "
276 values.put("app_type", app_type);
297 int app_type, boolean need_signature, boolean further_processing) {
299 if (!appTypeCheck(app_type)) {
300 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be "
322 values.put("app_type", app_type);
394 int app_type, boolean need_signature, boolean further_processing) {
415 && lastapp.appType == app_type