HomeSort by relevance Sort by last modified time
    Searched defs:mAuth (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexSession.java 48 private BluetoothPbapObexAuthenticator mAuth = null;
58 mAuth = new BluetoothPbapObexAuthenticator(mSessionHandler);
108 if (mAuth == null) {
112 mAuth.setReply(key);
198 mClientSession.setAuthenticator(mAuth);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 154 private BluetoothPbapAuthenticator mAuth = null;
501 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler);
502 mAuth.setChallenged(false);
503 mAuth.setCancelled(false);
506 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
547 synchronized (mAuth) {
549 mAuth.setSessionKey(key);
551 mAuth.setChallenged(true);
552 mAuth.notify();
557 synchronized (mAuth) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 104 private final boolean mAuth;
156 mAuth = auth;
177 mAuth = s.mAuth;
228 if(mAuth)
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 5449 milliseconds