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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 171 private BluetoothPbapAuthenticator mAuth = null;
432 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler);
433 mAuth.setChallenged(false);
434 mAuth.setCancelled(false);
437 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
475 synchronized (mAuth) {
477 mAuth.setSessionKey(key);
479 mAuth.setChallenged(true);
480 mAuth.notify();
485 synchronized (mAuth) {
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaApi.java 62 private AuthAccount mAuth;
159 mAuth = auth;
169 builder.append(Uri.encode(mAuth.user));
192 accountManager.invalidateAuthToken(PicasaService.ACCOUNT_TYPE, mAuth.authToken);
242 builder.append(Uri.encode(mAuth.user));
269 accountManager.invalidateAuthToken(PicasaService.SERVICE_NAME, mAuth.authToken);
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 89 private final boolean mAuth;
133 mAuth = auth;

Completed in 718 milliseconds