Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapObexAuthenticator.java31 class BluetoothPbapObexAuthenticator implements Authenticator { class
41 BluetoothPbapObexAuthenticator(Handler callback) { in BluetoothPbapObexAuthenticator() method in BluetoothPbapObexAuthenticator
H A DPbapClientConnectionHandler.java136 private BluetoothPbapObexAuthenticator mAuth = null;
147 mAuth = new BluetoothPbapObexAuthenticator(this); in PbapClientConnectionHandler()
164 mAuth = new BluetoothPbapObexAuthenticator(this); in PbapClientConnectionHandler()