Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGbaManager.java248 req.getCallback().onAuthenticationFailure(req.getToken(), in bootstrapAuthenticationRequest()
289 public void onAuthenticationFailure(int token, int reason) {
299 cb.onAuthenticationFailure(token, reason);
335 req.getCallback().onAuthenticationFailure(req.getToken(), in processRequests()
365 cb.onAuthenticationFailure(mCallbacks.keyAt(i), in clearCallbacksAndNotifyFailure()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DIBootstrapAuthenticationCallback.aidl26 void onAuthenticationFailure(int token, int reason); in onAuthenticationFailure() method
H A DTelephonyManager.java15458 public void onAuthenticationFailure(@AuthenticationFailureReason int reason) {} in onAuthenticationFailure() method in TelephonyManager.BootstrapAuthenticationCallback
15526 e.execute(() -> callback.onAuthenticationFailure( in bootstrapAuthenticationRequest()
15545 public void onAuthenticationFailure(int token, int reason) { in bootstrapAuthenticationRequest() method
15548 e.execute(() -> callback.onAuthenticationFailure(reason)); in bootstrapAuthenticationRequest()
15556 e.execute(() -> callback.onAuthenticationFailure(GBA_FAILURE_REASON_FEATURE_NOT_READY)); in bootstrapAuthenticationRequest()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGbaManagerTest.java127 verify(mMockCallback).onAuthenticationFailure(anyInt(), anyInt()); in testFailOnRequest()
165 verify(mMockCallback).onAuthenticationFailure(anyInt(), anyInt()); in testFailAndRetryOnRequest()
243 callback.onAuthenticationFailure(capturedRequest.getToken(), in testMetricsGbaEvent()
/aosp12/frameworks/base/obex/javax/obex/
H A DServerRequestHandler.java258 public void onAuthenticationFailure(byte[] userName) { in onAuthenticationFailure() method in ServerRequestHandler
H A DServerSession.java337 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01, in handleSetPathRequest()
460 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01, in handleDisconnectRequest()
598 mListener.onAuthenticationFailure(ObexHelper.getTagValue((byte)0x01, in handleConnectRequest()
/aosp12/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaService.java195 cb.onAuthenticationFailure(token, reason); in reportAuthenticationFailure()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/requestexecutor/
H A DGbaAuthenticationProvider.java91 public void onAuthenticationFailure(int reason) { in provideCredentials()
/aosp12/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/ui/main/
H A DMainFragment.java151 public void onAuthenticationFailure(int reason) { in onCreateView()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
H A DGbaActivity.java145 public void onAuthenticationFailure(int reason) { in initLayout()
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/
H A DCallComposerPictureManager.java340 public void onAuthenticationFailure(int reason) { in getGbaCredentials()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java571 public void onAuthenticationFailure(byte[] userName) { in onAuthenticationFailure() method in TestTcpServer
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java1368 public final void onAuthenticationFailure(final byte[] userName) { in onAuthenticationFailure() method in BluetoothPbapObexServer
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java9935 callback.onAuthenticationFailure( in bootstrapAuthenticationRequest()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12218 method public void onAuthenticationFailure(int);