Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexAuthenticator.java25 class BluetoothPbapObexAuthenticator implements Authenticator { class
35 public BluetoothPbapObexAuthenticator(Handler callback) { in BluetoothPbapObexAuthenticator() method in BluetoothPbapObexAuthenticator
DBluetoothPbapObexSession.java60 private BluetoothPbapObexAuthenticator mAuth = null;
80 mAuth = new BluetoothPbapObexAuthenticator(mSessionHandler); in start()