Home
last modified time | relevance | path

Searched refs:onAuthenticationResponse (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexAuthenticatorTest.java55 public void onAuthenticationResponse() { in onAuthenticationResponse() method in BluetoothPbapObexAuthenticatorTest
58 assertThat(mAuthenticator.onAuthenticationResponse(userName)).isNull(); in onAuthenticationResponse()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexAuthenticator.java54 public byte[] onAuthenticationResponse(byte[] userName) { in onAuthenticationResponse() method in BluetoothPbapObexAuthenticator
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java96 public byte[] onAuthenticationResponse(final byte[] userName) { in onAuthenticationResponse() method in BluetoothPbapAuthenticator
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java142 assertThat(mAuthenticator.onAuthenticationResponse(userName)).isNull(); in testOnAuthenticationResponse()