Home
last modified time | relevance | path

Searched refs:nafUrl (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/
DTestGbaService.java41 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest() argument
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java11312 public void bootstrapAuthenticationRequest(int subId, int appType, Uri nafUrl, in bootstrapAuthenticationRequest() argument
11325 + appType + ", NAF:" + nafUrl + ", sp:" + securityProtocol in bootstrapAuthenticationRequest()
11332 || nafUrl == null || securityProtocol == null || callback == null) { in bootstrapAuthenticationRequest()
11348 new GbaAuthRequest(subId, appType, nafUrl, securityProtocol.toByteArray(), in bootstrapAuthenticationRequest()