Home | History | Annotate | Download | only in smspush

Lines Matching refs:app_type

81                     + "app_type INTEGER, "
121 + " app_type, need_signature, further_processing"
135 ret.appType = cur.getInt(cur.getColumnIndex("app_type"));
227 protected boolean appTypeCheck(int app_type) {
228 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY ||
229 app_type == WapPushManagerParams.APP_TYPE_SERVICE) {
241 int app_type, boolean need_signature, boolean further_processing) {
249 if (!appTypeCheck(app_type)) {
250 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be "
272 values.put("app_type", app_type);
293 int app_type, boolean need_signature, boolean further_processing) {
295 if (!appTypeCheck(app_type)) {
296 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be "
318 values.put("app_type", app_type);
390 int app_type, boolean need_signature, boolean further_processing) {
401 && lastapp.appType == app_type