Searched defs:app_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java85 + "app_type INTEGER, "
129 "app_type", "need_signature", "further_processing"},
143 ret.appType = cur.getInt(cur.getColumnIndex("app_type"));
255 protected boolean appTypeCheck(int app_type) { argument
256 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY ||
257 app_type == WapPushManagerParams.APP_TYPE_SERVICE) {
269 int app_type, boolean need_signature, boolean further_processing) {
277 if (!appTypeCheck(app_type)) {
278 Log.w(LOG_TAG, "invalid app_type " + app_type
267 addPackage(String x_app_id, String content_type, String package_name, String class_name, int app_type, boolean need_signature, boolean further_processing) argument
319 updatePackage(String x_app_id, String content_type, String package_name, String class_name, int app_type, boolean need_signature, boolean further_processing) argument
416 verifyData(String x_app_id, String content_type, String package_name, String class_name, int app_type, boolean need_signature, boolean further_processing) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardApplicationStatus.java102 public AppType app_type; field in class:IccCardApplicationStatus
218 sb.append("{").append(app_type).append(",").append(app_state);
222 if (app_type == AppType.APPTYPE_CSIM ||
223 app_type == AppType.APPTYPE_USIM ||
224 app_type == AppType.APPTYPE_ISIM) {

Completed in 101 milliseconds