Searched refs:mGatekeeperPasswords (Results 1 – 1 of 1) sorted by relevance
242 private final LongSparseArray<byte[]> mGatekeeperPasswords; field in LockSettingsService623 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 …]