Home
last modified time | relevance | path

Searched refs:BluetoothPbapAuthenticator (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java33 public class BluetoothPbapAuthenticator implements Authenticator { class
41 BluetoothPbapAuthenticator(final PbapStateMachine stateMachine) { in BluetoothPbapAuthenticator() method in BluetoothPbapAuthenticator
DPbapStateMachine.java88 private BluetoothPbapAuthenticator mObexAuth;
386 mObexAuth = new BluetoothPbapAuthenticator(PbapStateMachine.this); in startObexServerSession()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java41 private BluetoothPbapAuthenticator mAuthenticator;
49 mAuthenticator = new BluetoothPbapAuthenticator(mMockPbapStateMachine); in setUp()