Home
last modified time | relevance | path

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

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapObexSession.java48 private BluetoothPbapObexAuthenticator mAuth = null; field in BluetoothPbapObexSession
58 mAuth = new BluetoothPbapObexAuthenticator(mSessionHandler); in start()
108 if (mAuth == null) { in setAuthReply()
112 mAuth.setReply(key); in setAuthReply()
198 mClientSession.setAuthenticator(mAuth); in connect()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java115 private final boolean mAuth; field in BluetoothSocket
196 mAuth = auth; in BluetoothSocket()
220 mAuth = s.mAuth; in BluetoothSocket()
279 if(mAuth) in getSecurityFlags()