Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/gba/
DGbaAuthRequest.java44 public GbaAuthRequest(int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() argument
46 this(nextUniqueToken(), subId, appType, nafUrl, in GbaAuthRequest()
55 public GbaAuthRequest(int token, int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() argument
60 mNafUrl = nafUrl; in GbaAuthRequest()
123 … Uri nafUrl = in.readParcelable(GbaAuthRequest.class.getClassLoader(), android.net.Uri.class);
131 return new GbaAuthRequest(token, subId, appType, nafUrl, protocol,
DGbaService.java145 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest() argument
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl2358 void bootstrapAuthenticationRequest(int subId, int appType, in Uri nafUrl, in bootstrapAuthenticationRequest() argument