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/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl241 String getIccSimChallengeResponse(int subId, int appType, int authType, String data, in getIccSimChallengeResponse()
255 Uri getSmscIdentity(int subId, int appType); in getSmscIdentity()
277 String getSimServiceTable(int subId, int appType); in getSimServiceTable()
DITelephony.aidl1488 String getAidForAppType(int subId, int appType); in getAidForAppType()
1688 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
1702 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns()
2212 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc()
2355 void bootstrapAuthenticationRequest(int subId, int appType, in Uri nafUrl, in bootstrapAuthenticationRequest()
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cat/
DCATServiceTest.java114 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java89 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
DUiccControllerTest.java79 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java645 private static int getAuthContext(AppType appType) { in getAuthContext()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3807 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc()
8375 public String getIccAuthentication(int appType,@AuthType int authType, String data) { in getIccAuthentication()
8403 public String getIccAuthentication(int subId, int appType,@AuthType int authType, String data) { in getIccAuthentication()
8444 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns()
8517 public String getSimServiceTable(int appType) { in getSimServiceTable()
12895 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType()
12903 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
17059 public void bootstrapAuthenticationRequest( in bootstrapAuthenticationRequest()
17072 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt142 private val appType: AppType, in <lambda>() constant in com.android.server.pm.test.override.PackageManagerComponentLabelIconOverrideTest.Companion.Params
/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.java2905 int appType; in getCurrentTunedInfosInternalLocked() local