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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 35 int app_type, boolean need_signature, boolean further_processing);
43 int app_type, boolean need_signature, boolean further_processing);
IccCardApplication.java 99 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) {
IccCard.java 809 if (app != null && app.app_type == type) {
    [all...]
RIL.java     [all...]
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 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
    [all...]
  /hardware/ril/mock-ril/src/cpp/
responses.cpp 149 cardStatus.applications[i].app_type = RIL_AppType(r.applications(i).app_type());
  /hardware/ril/include/telephony/
ril.h 498 RIL_AppType app_type; member in struct:__anon16391
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 88 milliseconds