Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java242 private final LongSparseArray<byte[]> mGatekeeperPasswords; field in LockSettingsService
623 mGatekeeperPasswords = new LongSparseArray<>(); in LockSettingsService()
2138 synchronized (mGatekeeperPasswords) { in verifyGatekeeperPasswordHandle()
2157 synchronized (mGatekeeperPasswords) { in removeGatekeeperPasswordHandle()
2158 mGatekeeperPasswords.remove(gatekeeperPasswordHandle); in removeGatekeeperPasswordHandle()
2788 synchronized (mGatekeeperPasswords) { in storeGatekeeperPasswordTemporarily()
2792 mGatekeeperPasswords.put(handle, gatekeeperPassword); in storeGatekeeperPasswordTemporarily()
2797 synchronized (mGatekeeperPasswords) { in storeGatekeeperPasswordTemporarily()
2798 if (mGatekeeperPasswords.get(finalHandle) != null) { in storeGatekeeperPasswordTemporarily()
2801 mGatekeeperPasswords.remove(finalHandle); in storeGatekeeperPasswordTemporarily()
[all …]