Home
last modified time | relevance | path

Searched defs:appType (Results 1 – 13 of 13) 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/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/uicc/
DUiccProfileTest.java83 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
DUiccControllerTest.java79 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl219 String getIccSimChallengeResponse(int subId, int appType, int authType, String data, in getIccSimChallengeResponse()
DITelephony.aidl1431 String getAidForAppType(int subId, int appType); in getAidForAppType()
1631 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
1645 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns()
2133 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc()
2271 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.kt131 private val appType: AppType, in <lambda>() constant in com.android.server.pm.test.override.PackageManagerComponentLabelIconOverrideTest.Companion.Params
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3764 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc()
8276 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication()
8303 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication()
8344 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns()
12602 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType()
12610 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
16511 public void bootstrapAuthenticationRequest( in bootstrapAuthenticationRequest()
16524 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.java2785 int appType; in getCurrentTunedInfosInternalLocked() local