Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java333 if (getGateKeeperService().getSecureUserId(parentId) == 0) { in tieManagedProfileLockIfNecessary()
655 getGateKeeperService(), handle, noCredential, userId, null); in tryDeriveAuthTokenForUnsecuredPrimaryUser()
701 getGateKeeperService(); in systemReady()
1514 getGateKeeperService().clearSecureUserId(userId); in setLockCredentialInternal()
1567 GateKeeperResponse gkResponse = getGateKeeperService() in setLockCredentialInternal()
1651 GateKeeperResponse response = getGateKeeperService().enroll(userId, enrolledHandle, in enrollCredential()
1987 GateKeeperResponse gateKeeperResponse = getGateKeeperService() in verifyCredential()
2137 final IGateKeeperService gk = getGateKeeperService(); in removeUser()
2369 protected synchronized IGateKeeperService getGateKeeperService() in getGateKeeperService() method in LockSettingsService
2504 getGateKeeperService(), credentialHash, credential, userId); in initializeSyntheticPasswordLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java419 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManager
450 long secureUserId = getGateKeeperService().getSecureUserId(userId); in generateAndLoadKey()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java614 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManagerTest.PlatformKeyManagerTestable
/frameworks/base/services/
Dart-profile8278 HSPLcom/android/server/locksettings/LockSettingsService;->getGateKeeperService()Landroid/service/ga…
8442 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getGateKeeperService()La…