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

  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
FakeStorageManager.java 32 private ArrayMap<Integer, ArrayList<Pair<byte[], byte[]>>> mAuth = new ArrayMap<>();
40 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId);
47 if (!mAuth.containsKey(userId)) {
50 mAuth.put(userId, auths);
52 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;
499 mAuth = new BluetoothPbapAuthenticator(mSessionStatusHandler);
500 mAuth.setChallenged(false);
501 mAuth.setCancelled(false);
504 mServerSession = new ServerSession(transport, mPbapServer, mAuth);
541 synchronized (mAuth) {
543 mAuth.setSessionKey(key);
545 mAuth.setChallenged(true);
546 mAuth.notify();
551 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 297 milliseconds