Home
last modified time | relevance | path

Searched defs:onAuthenticationFailure (Results 1 – 5 of 5) sorted by relevance

/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
15545 public void onAuthenticationFailure(int token, int reason) { in bootstrapAuthenticationRequest() method
/aosp12/frameworks/base/obex/javax/obex/
H A DServerRequestHandler.java258 public void onAuthenticationFailure(byte[] userName) { in onAuthenticationFailure() method in ServerRequestHandler
/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