Searched refs:mAuth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockStorageManager.java44 private ArrayMap<Integer, ArrayList<Pair<byte[], byte[]>>> mAuth = new ArrayMap<>(); field in class:MockStorageManager
55 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId);
62 if (!mAuth.containsKey(userId)) {
65 mAuth.put(userId, auths);
67 return mAuth.get(userId);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java116 private final boolean mAuth; field in class:BluetoothSocket
197 mAuth = auth;
221 mAuth = s.mAuth;
280 if(mAuth)

Completed in 69 milliseconds