Home
last modified time | relevance | path

Searched defs:gatekeeper (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java757 public void removeUser(IGateKeeperService gatekeeper, int userId) { in removeUser()
838 public void newSidForUser(IGateKeeperService gatekeeper, SyntheticPassword sp, int userId) { in newSidForUser()
1005 public long createLskfBasedProtector(IGateKeeperService gatekeeper, in createLskfBasedProtector()
1103 IGateKeeperService gatekeeper, LockscreenCredential userCredential, in verifySpecialUserCredential()
1382 public AuthenticationResult unlockLskfBasedProtector(IGateKeeperService gatekeeper, in unlockLskfBasedProtector()
1557 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockTokenBasedProtector()
1575 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockStrongTokenBasedProtector()
1585 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockWeakTokenBasedProtector()
1591 IGateKeeperService gatekeeper, long protectorId, byte expectedProtectorType, in unlockTokenBasedProtectorInternal()
1690 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockSyntheticPasswordManager.java40 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
DLockSettingsServiceTestable.java161 IGateKeeperService gatekeeper, in LockSettingsServiceTestable()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto412 optional string gatekeeper = 15; field