Searched defs:onAuthenticationChallenge (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DAuthenticator.java39 * <code>onAuthenticationChallenge()</code> or
50 * <code>onAuthenticationChallenge()</code> method will be invoked by the OBEX
55 * with the password returned from the <code>onAuthenticationChallenge()</code>
101 PasswordAuthentication onAuthenticationChallenge(String description, boolean isUserIdRequired, method in interface:Authenticator
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexAuthenticator.java49 public PasswordAuthentication onAuthenticationChallenge(String description, method in class:BluetoothPbapObexAuthenticator
55 Log.d(TAG, "onAuthenticationChallenge: sending request");
62 Log.v(TAG, "onAuthenticationChallenge: waiting for response");
71 Log.v(TAG, "onAuthenticationChallenge: mSessionKey=" + mSessionKey);
74 Log.v(TAG, "onAuthenticationChallenge: mSessionKey is empty, timeout/cancel occured");

Completed in 66 milliseconds