Home
last modified time | relevance | path

Searched refs:mAuth (Results 1 – 3 of 3) 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
49 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId); in fixateNewestUserKeyAuth()
56 if (!mAuth.containsKey(userId)) { in getUserAuth()
59 mAuth.put(userId, auths); in getUserAuth()
61 return mAuth.get(userId); in getUserAuth()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java126 private final boolean mAuth; field in BluetoothSocket
214 mAuth = auth; in BluetoothSocket()
239 mAuth = s.mAuth; in BluetoothSocket()
302 if (mAuth) { in getSecurityFlags()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10833 Landroid/bluetooth/BluetoothSocket;->mAuth:Z