Searched refs:securityProtocol (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/gba/ |
H A D | GbaAuthRequest.java | 44 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 D | GbaService.java | 145 @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 D | TestGbaService.java | 41 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest() argument
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 2284 in UaSecurityProtocolIdentifier securityProtocol, in bootstrapAuthenticationRequest() argument
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 9916 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 D | TelephonyManager.java | 15520 @NonNull UaSecurityProtocolIdentifier securityProtocol, in bootstrapAuthenticationRequest() argument 15531 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local
|