Home
last modified time | relevance | path

Searched refs:mAuth (Results 1 – 4 of 4) 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/services/core/java/com/android/server/biometrics/sensors/
DCoexCoordinator.java107 @NonNull final SuccessfulAuth mAuth; field in CoexCoordinator.SuccessfulAuth.CleanupRunnable
113 mAuth = auth; in CleanupRunnable()
119 final boolean removed = mSuccessfulAuths.remove(mAuth); in run()
120 Slog.w(TAG, "Removing stale successfulAuth: " + mAuth.toString() in run()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java128 private final boolean mAuth; field in BluetoothSocket
219 mAuth = auth; in BluetoothSocket()
244 mAuth = s.mAuth; in BluetoothSocket()
307 if (mAuth) { in getSecurityFlags()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10824 Landroid/bluetooth/BluetoothSocket;->mAuth:Z