Searched refs:onAuthenticationResponse (Results 1 – 4 of 4) sorted by relevance
55 public void onAuthenticationResponse() { in onAuthenticationResponse() method in BluetoothPbapObexAuthenticatorTest58 assertThat(mAuthenticator.onAuthenticationResponse(userName)).isNull(); in onAuthenticationResponse()
54 public byte[] onAuthenticationResponse(byte[] userName) { in onAuthenticationResponse() method in BluetoothPbapObexAuthenticator
96 public byte[] onAuthenticationResponse(final byte[] userName) { in onAuthenticationResponse() method in BluetoothPbapAuthenticator
142 assertThat(mAuthenticator.onAuthenticationResponse(userName)).isNull(); in testOnAuthenticationResponse()