Searched refs:getGateKeeperService (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 469 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/ |
D | PlatformKeyManager.java | 404 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManager
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | PlatformKeyManagerTest.java | 617 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManagerTest.PlatformKeyManagerTestable
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricService.java | 1002 public IGateKeeperService getGateKeeperService() { 1122 mGateKeeper = injector.getGateKeeperService();
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricServiceTest.java | 244 when(mInjector.getGateKeeperService()).thenReturn(mGateKeeperService); in setUp()
|
/frameworks/base/services/ |
D | art-wear-profile | 8821 PLcom/android/server/biometrics/BiometricService$Injector;->getGateKeeperService()Landroid/service/… 14810 PLcom/android/server/locksettings/LockSettingsService;->getGateKeeperService()Landroid/service/gate…
|