Home
last modified time | relevance | path

Searched refs:onAuthenticationFailure (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGbaManager.java253 req.getCallback().onAuthenticationFailure(req.getToken(), in bootstrapAuthenticationRequest()
294 public void onAuthenticationFailure(int token, int reason) {
304 cb.onAuthenticationFailure(token, reason);
340 req.getCallback().onAuthenticationFailure(req.getToken(), in processRequests()
370 cb.onAuthenticationFailure(mCallbacks.keyAt(i), in clearCallbacksAndNotifyFailure()
/frameworks/base/telephony/java/android/telephony/
DIBootstrapAuthenticationCallback.aidl26 void onAuthenticationFailure(int token, int reason); in onAuthenticationFailure() method
DTelephonyManager.java17803 public void onAuthenticationFailure(@AuthenticationFailureReason int reason) {} in onAuthenticationFailure() method in TelephonyManager.BootstrapAuthenticationCallback
17875 e.execute(() -> callback.onAuthenticationFailure( in bootstrapAuthenticationRequest()
17894 public void onAuthenticationFailure(int token, int reason) { in bootstrapAuthenticationRequest() method
17897 e.execute(() -> callback.onAuthenticationFailure(reason)); in bootstrapAuthenticationRequest()
17905 e.execute(() -> callback.onAuthenticationFailure(GBA_FAILURE_REASON_FEATURE_NOT_READY)); in bootstrapAuthenticationRequest()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java133 verify(mMockCallback).onAuthenticationFailure(anyInt(), anyInt()); in testFailOnRequest()
171 verify(mMockCallback).onAuthenticationFailure(anyInt(), anyInt()); in testFailAndRetryOnRequest()
249 callback.onAuthenticationFailure(capturedRequest.getToken(), in testMetricsGbaEvent()
/frameworks/base/telephony/java/android/telephony/gba/
DGbaService.java195 cb.onAuthenticationFailure(token, reason); in reportAuthenticationFailure()
/frameworks/base/core/api/
Dsystem-current.txt15580 method public void onAuthenticationFailure(int);