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

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java81 + "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) { argument
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
239 addPackage(String x_app_id, String content_type, String package_name, String class_name, int app_type, boolean need_signature, boolean further_processing) argument
291 updatePackage(String x_app_id, String content_type, String package_name, String class_name, int app_type, boolean need_signature, boolean further_processing) argument
388 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/base/telephony/java/com/android/internal/telephony/
H A DIccCardApplication.java99 public AppType app_type; field in class:IccCardApplication
213 sb.append("{").append(app_type).append(",").append(app_state);
217 if (app_type == AppType.APPTYPE_CSIM ||
218 app_type == AppType.APPTYPE_USIM ||
219 app_type == AppType.APPTYPE_ISIM) {

Completed in 65 milliseconds