Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeStorageManager.java32 private ArrayMap<Integer, ArrayList<Pair<byte[], byte[]>>> mAuth = new ArrayMap<>(); field in FakeStorageManager
40 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId); in fixateNewestUserKeyAuth()
47 if (!mAuth.containsKey(userId)) { in getUserAuth()
50 mAuth.put(userId, auths); in getUserAuth()
52 return mAuth.get(userId); in getUserAuth()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java124 private final boolean mAuth; field in BluetoothSocket
209 mAuth = auth; in BluetoothSocket()
234 mAuth = s.mAuth; in BluetoothSocket()
297 if (mAuth) { in getSecurityFlags()