Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java136 private BluetoothPbapObexAuthenticator mAuth = null; field in PbapClientConnectionHandler
147 mAuth = new BluetoothPbapObexAuthenticator(this); in PbapClientConnectionHandler()
164 mAuth = new BluetoothPbapObexAuthenticator(this); in PbapClientConnectionHandler()
331 mObexSession.setAuthenticator(mAuth); in connectObexSession()