Home
last modified time | relevance | path

Searched defs:appType (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java45 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
DUiccProfileTest.java83 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
DUiccControllerTest.java78 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java110 int appType; field in WapPushManager.WapPushManDBHelper.queryData
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl219 String getIccSimChallengeResponse(int subId, int appType, int authType, String data); in getIccSimChallengeResponse()
DITelephony.aidl1501 String getAidForAppType(int subId, int appType); in getAidForAppType()
1772 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
1786 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns()
2232 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java624 private static int getAuthContext(AppType appType) { in getAuthContext()
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt127 private val appType: AppType, in <lambda>() constant in com.android.server.pm.test.override.PackageManagerComponentLabelIconOverrideTest.Companion.Params
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3669 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc()
7282 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication()
7308 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication()
7347 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns()
10906 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType()
10914 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java874 WifiConfiguration config, int appType) { in getGsmAuthResponseWithLength()