Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeGateKeeperService.java120 return verifyChallenge(uid, 0, enrolledPasswordHandle, providedPassword); in verify()
124 public GateKeeperResponse verifyChallenge(int uid, long challenge, in verifyChallenge() method in FakeGateKeeperService
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java1099 response = gatekeeper.verifyChallenge(fakeUserId(persistentData.userId), in verifySpecialUserCredential()
1433 response = gatekeeper.verifyChallenge(fakeUserId(userId), 0L, in unlockLskfBasedProtector()
1496 result.gkResponse = verifyChallenge(gatekeeper, result.syntheticPassword, 0L, userId); in unlockLskfBasedProtector()
1609 result.gkResponse = verifyChallenge(gatekeeper, result.syntheticPassword, 0L, userId); in unlockTokenBasedProtectorInternal()
1676 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() method in SyntheticPasswordManager
1692 response = gatekeeper.verifyChallenge(userId, challenge, in verifyChallengeInternal()
DLockSettingsService.java3092 mSpManager.verifyChallenge(getGateKeeperService(), sp, 0L, userId); in setLockCredentialWithSpLocked()
3812 mSpManager.verifyChallenge(getGateKeeperService(), sp, 0L, userId);
/frameworks/base/services/
Dart-wear-profile14946 PLcom/android/server/locksettings/SyntheticPasswordManager;->verifyChallenge(Landroid/service/gatek…