/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...] |
/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 | [all...] |
RIL.java | [all...] |
/hardware/ril/mock-ril/src/proto/ |
ril.proto | 88 optional RilAppType app_type = 1;
|
/hardware/ril/mock-ril/src/cpp/ |
responses.cpp | 149 cardStatus.applications[i].app_type = RIL_AppType(r.applications(i).app_type());
|
/hardware/ril/libril/ |
ril.cpp | [all...] |
/hardware/ril/include/telephony/ |
ril.h | 501 RIL_AppType app_type; member in struct:__anon17982 [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar | |