Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java469 parentSid = getGateKeeperService().getSecureUserId(parent.id); in tieProfileLockIfNecessary()
1179 getGateKeeperService(), protectorId, LockscreenCredential.createNone(), userId, in migrateUserToSpWithBoundCeKeyLocked()
1203 getGateKeeperService(), protectorId, LockscreenCredential.createNone(), userId, in migrateUserToSpWithBoundKeysLocked()
1548 long parentSid = getGateKeeperService().getSecureUserId( in getDecryptedPasswordForTiedProfile()
1904 getGateKeeperService(), oldProtectorId, savedCredential, userId, null); in setLockCredentialInternal()
2100 getGateKeeperService(), handle, token, userId); in isWeakEscrowTokenValid()
2121 parentSid = getGateKeeperService().getSecureUserId(parentUserId); in tieProfileLockToParent()
2233 getGateKeeperService(), getCurrentLskfBasedProtectorId(userId), in unlockUserKeyIfUnsecured()
2345 response = mSpManager.verifyChallengeInternal(getGateKeeperService(), in verifyGatekeeperPasswordHandle()
2390 response = mSpManager.verifySpecialUserCredential(userId, getGateKeeperService(), in doVerifyCredential()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java404 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManager
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java617 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManagerTest.PlatformKeyManagerTestable
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1002 public IGateKeeperService getGateKeeperService() {
1122 mGateKeeper = injector.getGateKeeperService();
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java244 when(mInjector.getGateKeeperService()).thenReturn(mGateKeeperService); in setUp()
/frameworks/base/services/
Dart-wear-profile8821 PLcom/android/server/biometrics/BiometricService$Injector;->getGateKeeperService()Landroid/service/…
14810 PLcom/android/server/locksettings/LockSettingsService;->getGateKeeperService()Landroid/service/gate…