Home
last modified time | relevance | path

Searched refs:forceBootStrapping (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/gba/
DGbaAuthRequest.java45 boolean forceBootStrapping, IBootstrapAuthenticationCallback callback) { in GbaAuthRequest() argument
47 securityProtocol, forceBootStrapping, callback); in GbaAuthRequest()
56 boolean forceBootStrapping, IBootstrapAuthenticationCallback callback) { in GbaAuthRequest() argument
63 mForceBootStrapping = forceBootStrapping; in GbaAuthRequest()
127 boolean forceBootStrapping = in.readBoolean();
132 forceBootStrapping, callback);
DGbaService.java145 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest() argument
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl2360 boolean forceBootStrapping, IBootstrapAuthenticationCallback callback); in bootstrapAuthenticationRequest() argument
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java17870 boolean forceBootStrapping, @NonNull Executor e, in bootstrapAuthenticationRequest() argument
17880 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local