Home
last modified time | relevance | path

Searched refs:securityProtocol (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaAuthRequest.java44 public GbaAuthRequest(int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() argument
47 securityProtocol, forceBootStrapping, callback); in GbaAuthRequest()
55 public GbaAuthRequest(int token, int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() argument
61 mSecurityProtocol = securityProtocol; in GbaAuthRequest()
H A DGbaService.java145 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest() argument
/aosp12/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/
H A DTestGbaService.java41 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest() argument
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2284 in UaSecurityProtocolIdentifier securityProtocol, in bootstrapAuthenticationRequest() argument
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java9916 UaSecurityProtocolIdentifier securityProtocol, in bootstrapAuthenticationRequest() argument
9924 + appType + ", NAF:" + nafUrl + ", sp:" + securityProtocol in bootstrapAuthenticationRequest()
9931 || nafUrl == null || securityProtocol == null || callback == null) { in bootstrapAuthenticationRequest()
9947 new GbaAuthRequest(subId, appType, nafUrl, securityProtocol.toByteArray(), in bootstrapAuthenticationRequest()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java15520 @NonNull UaSecurityProtocolIdentifier securityProtocol, in bootstrapAuthenticationRequest() argument
15531 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local