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.java46 public class BluetoothPbapAuthenticator implements Authenticator { class
57 public BluetoothPbapAuthenticator(final Handler callback) { in BluetoothPbapAuthenticator() method in BluetoothPbapAuthenticator
DBluetoothPbapService.java171 private BluetoothPbapAuthenticator mAuth = null;
432 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler); in startObexServerSession()