HomeSort by relevance Sort by last modified time
    Searched defs:mAuth (Results 1 - 9 of 9) 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 114 private BluetoothPbapObexAuthenticator mAuth = null;
125 mAuth = new BluetoothPbapObexAuthenticator(this);
142 mAuth = new BluetoothPbapObexAuthenticator(this);
314 mObexSession.setAuthenticator(mAuth);
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 124 private final boolean mAuth;
209 mAuth = auth;
234 mAuth = s.mAuth;
297 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/android-all/
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 162 milliseconds