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

  /frameworks/base/obex/javax/obex/
Authenticator.java 40 * <code>onAuthenticationResponse()</code> will be called, respectively, by the
62 * <code>onAuthenticationResponse()</code> method is invoked by the API
67 * <code>onAuthenticationResponse()</code> method. If the authentication request
72 * returned from the <code>onAuthenticationResponse()</code> method and
114 byte[] onAuthenticationResponse(byte[] userName);
ObexSession.java 201 byte[] correctPassword = mAuthenticator.onAuthenticationResponse(ObexHelper.getTagValue(
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexAuthenticator.java 61 public byte[] onAuthenticationResponse(byte[] userName) {
62 Log.v(TAG, "onAuthenticationResponse: " + userName);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 102 public byte[] onAuthenticationResponse(final byte[] userName) {

Completed in 147 milliseconds