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

  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockStorageManager.java 44 private ArrayMap<Integer, ArrayList<Pair<byte[], byte[]>>> mAuth = new ArrayMap<>();
55 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId);
62 if (!mAuth.containsKey(userId)) {
65 mAuth.put(userId, auths);
67 return mAuth.get(userId);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 97 private BluetoothPbapObexAuthenticator mAuth = null;
108 mAuth = new BluetoothPbapObexAuthenticator(this);
125 mAuth = new BluetoothPbapObexAuthenticator(this);
283 mObexSession.setAuthenticator(mAuth);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 171 private BluetoothPbapAuthenticator mAuth = null;
473 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler);
474 mAuth.setChallenged(false);
475 mAuth.setCancelled(false);
478 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
515 synchronized (mAuth) {
517 mAuth.setSessionKey(key);
519 mAuth.setChallenged(true);
520 mAuth.notify();
525 synchronized (mAuth) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 116 private final boolean mAuth;
197 mAuth = auth;
221 mAuth = s.mAuth;
280 if(mAuth)
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 354 milliseconds