Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DIBootstrapAuthenticationCallback.aidl26 void onAuthenticationFailure(int token, int reason); in onAuthenticationFailure() method
DTelephonyManager.java15357 public void onAuthenticationFailure(@AuthenticationFailureReason int reason) {} in onAuthenticationFailure() method in TelephonyManager.BootstrapAuthenticationCallback
15444 public void onAuthenticationFailure(int token, int reason) { in bootstrapAuthenticationRequest() method
/frameworks/base/obex/javax/obex/
DServerRequestHandler.java258 public void onAuthenticationFailure(byte[] userName) { in onAuthenticationFailure() method in ServerRequestHandler