Searched refs:forceBootStrapping (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/gba/ |
D | GbaAuthRequest.java | 45 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);
|
D | GbaService.java | 145 @NonNull Uri nafUrl, @NonNull byte[] securityProtocol, boolean forceBootStrapping) { in onAuthenticationRequest() argument
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 2360 boolean forceBootStrapping, IBootstrapAuthenticationCallback callback); in bootstrapAuthenticationRequest() argument
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 17870 boolean forceBootStrapping, @NonNull Executor e, in bootstrapAuthenticationRequest() argument 17880 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local
|