Searched defs:gatekeeper (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 750 public void removeUser(IGateKeeperService gatekeeper, int userId) { in removeUser() 831 public void newSidForUser(IGateKeeperService gatekeeper, SyntheticPassword sp, int userId) { in newSidForUser() 998 public long createLskfBasedProtector(IGateKeeperService gatekeeper, in createLskfBasedProtector() 1090 IGateKeeperService gatekeeper, LockscreenCredential userCredential, in verifySpecialUserCredential() 1369 public AuthenticationResult unlockLskfBasedProtector(IGateKeeperService gatekeeper, in unlockLskfBasedProtector() 1543 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockTokenBasedProtector() 1561 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockStrongTokenBasedProtector() 1571 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockWeakTokenBasedProtector() 1577 IGateKeeperService gatekeeper, long protectorId, byte expectedProtectorType, in unlockTokenBasedProtectorInternal() 1676 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | MockSyntheticPasswordManager.java | 40 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
|
D | LockSettingsServiceTestable.java | 158 IGateKeeperService gatekeeper, in LockSettingsServiceTestable()
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 412 optional string gatekeeper = 15; field
|