Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java44 public class BluetoothPbapAuthenticator implements Authenticator { class
52 BluetoothPbapAuthenticator(final PbapStateMachine stateMachine) { in BluetoothPbapAuthenticator() method in BluetoothPbapAuthenticator
DPbapStateMachine.java89 private BluetoothPbapAuthenticator mObexAuth;
339 mObexAuth = new BluetoothPbapAuthenticator(PbapStateMachine.this); in startObexServerSession()