Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java411 parentSid = getGateKeeperService().getSecureUserId(parentId); in tieProfileLockIfNecessary()
843 getGateKeeperService(); in systemReady()
1355 long parentSid = getGateKeeperService().getSecureUserId( in getDecryptedPasswordForTiedProfile()
1909 getGateKeeperService(), handle, token, userId); in isWeakEscrowTokenValid()
1930 parentSid = getGateKeeperService().getSecureUserId(parentUserId); in tieProfileLockToParent()
2214 response = mSpManager.verifyChallenge(getGateKeeperService(), in doVerifyCredential()
2377 mSpManager.removeUser(getGateKeeperService(), userId); in removeUserState()
2612 private synchronized IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in LockSettingsService
2634 getGateKeeperService().clearSecureUserId(userId); in gateKeeperClearSecureUserId()
3220 getGateKeeperService().getSecureUserId(userId)));
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManager.java402 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManagerTest.java603 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManagerTest.PlatformKeyManagerTestable