Home
last modified time | relevance | path

Searched refs:appType (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java110 int appType; field in WapPushManager.WapPushManDBHelper.queryData
143 ret.appType = cur.getInt(cur.getColumnIndex("app_type")); in queryLastApp()
207 if (lastapp.appType == WapPushManagerParams.APP_TYPE_ACTIVITY) { in processMessage()
432 " lastapp.appType: " + lastapp.appType + in verifyData()
439 && lastapp.appType == app_type in verifyData()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java45 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
49 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
DUiccControllerTest.java78 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
82 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
DUiccProfileTest.java84 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
88 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java368 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data)
377 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType);
379 loge("getIccSimChallengeResponse() no app with specified type -- " + appType);
383 + " specified type -- " + appType);
DRadioResponse.java1742 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in convertHalCardStatus()
1784 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.base.appType); in convertHalCardStatus_1_5()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1488 String getAidForAppType(int subId, int appType); in getAidForAppType() argument
1759 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns() argument
1773 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns() argument
2214 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc() argument
DIPhoneSubInfo.aidl219 String getIccSimChallengeResponse(int subId, int appType, int authType, String data); in getIccSimChallengeResponse() argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java477 int appType) { in getGsmAuthResponseWithLength() argument
502 appType, TelephonyManager.AUTHTYPE_EAP_SIM, base64Challenge); in getGsmAuthResponseWithLength()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java637 private static int getAuthContext(AppType appType) { in getAuthContext() argument
640 switch (appType) { in getAuthContext()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3369 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc() argument
3373 return service.isApplicationOnUicc(getSubId(), appType); in isApplicationOnUicc()
6957 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication() argument
6958 return getIccAuthentication(getSubId(), appType, authType, data); in getIccAuthentication()
6983 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication() argument
6988 return info.getIccSimChallengeResponse(subId, appType, authType, data); in getIccAuthentication()
7022 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns() argument
7027 return telephony.getForbiddenPlmns(subId, appType, mContext.getOpPackageName(), in getForbiddenPlmns()
10536 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType() argument
10537 return getAidForAppType(getSubId(), appType); in getAidForAppType()
[all …]