Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaAuthRequest.java45 boolean forceBootStrapping, IBootstrapAuthenticationCallback callback) { in GbaAuthRequest()
56 boolean forceBootStrapping, IBootstrapAuthenticationCallback callback) { in GbaAuthRequest()
H A DGbaService.java145 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java17062 boolean forceBootStrapping, @NonNull Executor e, in bootstrapAuthenticationRequest()
17072 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2357 boolean forceBootStrapping, IBootstrapAuthenticationCallback callback); in bootstrapAuthenticationRequest()