Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexAuthenticatorTest.java48 public void onAuthenticationChallenge() { in onAuthenticationChallenge() method in BluetoothPbapObexAuthenticatorTest
50 PasswordAuthentication passwordAuthentication = mAuthenticator.onAuthenticationChallenge( in onAuthenticationChallenge()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java97 PasswordAuthentication passwordAuthentication = mAuthenticator.onAuthenticationChallenge( in testOnAuthenticationChallenge()
116 PasswordAuthentication passwordAuthentication = mAuthenticator.onAuthenticationChallenge( in testOnAuthenticationChallenge_returnsNullWhenSessionKeyIsEmpty()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexAuthenticator.java48 public PasswordAuthentication onAuthenticationChallenge(String description, in onAuthenticationChallenge() method in BluetoothPbapObexAuthenticator
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java90 public PasswordAuthentication onAuthenticationChallenge(final String description, in onAuthenticationChallenge() method in BluetoothPbapAuthenticator