Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java384 if (getGateKeeperService().getSecureUserId(parentId) == 0) { in tieManagedProfileLockIfNecessary()
828 getGateKeeperService(); in systemReady()
1976 response = getGateKeeperService().enroll(userId, enrolledHandle, in enrollCredential()
2316 gateKeeperResponse = getGateKeeperService().verifyChallenge( in verifyCredential()
2732 protected synchronized IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in LockSettingsService
2754 getGateKeeperService().clearSecureUserId(userId); in gateKeeperClearSecureUserId()
2835 getGateKeeperService(), credentialHash, credential, userId); in initializeSyntheticPasswordLocked()
2914 return mSpManager.verifyFrpCredential(getGateKeeperService(), in spBasedDoVerifyCredential()
3349 getGateKeeperService(), tokenHandle, token, userId);
3446 getGateKeeperService().getSecureUserId(userId)));
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManager.java404 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManager
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManagerTest.java603 IGateKeeperService getGateKeeperService() { in getGateKeeperService() method in PlatformKeyManagerTest.PlatformKeyManagerTestable
/aosp12/frameworks/base/services/
H A Dart-profile23420 HSPLcom/android/server/locksettings/LockSettingsService;->getGateKeeperService()Landroid/service/ga…