Searched defs:mAuth (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexSession.java48 private BluetoothPbapObexAuthenticator mAuth = null; field in class:BluetoothPbapObexSession
58 mAuth = new BluetoothPbapObexAuthenticator(mSessionHandler);
108 if (mAuth == null) {
112 mAuth.setReply(key);
198 mClientSession.setAuthenticator(mAuth);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java104 private final boolean mAuth; field in class:BluetoothSocket
156 mAuth = auth;
177 mAuth = s.mAuth;
228 if(mAuth)

Completed in 91 milliseconds