Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/gba/
DGbaAuthRequest.java44 public GbaAuthRequest(int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest()
55 public GbaAuthRequest(int token, int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest()
DGbaService.java144 public void onAuthenticationRequest(int subscriptionId, int token, @UiccAppTypeExt int appType, in onAuthenticationRequest()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java45 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
DUiccProfileTest.java85 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
DUiccControllerTest.java81 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
/frameworks/base/media/java/android/media/tv/
DTunedInfo.java104 boolean isVisible, boolean isMainSession, @AppType int appType, int appTag) { in TunedInfo()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java119 int appType; field in WapPushManager.WapPushManDBHelper.queryData
398 String contentType, String packageName, String className, int appType, in insertPackage()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl219 String getIccSimChallengeResponse(int subId, int appType, int authType, String data, in getIccSimChallengeResponse()
DITelephony.aidl1467 String getAidForAppType(int subId, int appType); in getAidForAppType()
1667 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
1681 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns()
2145 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc()
2269 void bootstrapAuthenticationRequest(int subId, int appType, in Uri nafUrl, in bootstrapAuthenticationRequest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java638 private static int getAuthContext(AppType appType) { in getAuthContext()
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt138 private val appType: AppType, in <lambda>() constant in com.android.server.pm.test.override.PackageManagerComponentLabelIconOverrideTest.Companion.Params
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3570 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc()
7651 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication()
7678 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication()
7718 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns()
11767 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType()
11775 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
15417 public void bootstrapAuthenticationRequest( in bootstrapAuthenticationRequest()
15430 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2568 String classnName, int appType, boolean signature, boolean furtherProcessing) { in addPackageToLegacyDB()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java2554 int appType; in getCurrentTunedInfosInternalLocked() local