HomeSort by relevance Sort by last modified time
    Searched refs:onAuthenticationChallenge (Results 1 - 4 of 4) sorted by null

  /frameworks/base/obex/javax/obex/
Authenticator.java 39 * <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,
ObexSession.java 131 .onAuthenticationChallenge(realm, isUserIDRequired, isFullAccess);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 91 public PasswordAuthentication onAuthenticationChallenge(final String description,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexAuthenticator.java 49 public PasswordAuthentication onAuthenticationChallenge(String description,
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 638 milliseconds