Searched defs:gatekeeper (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | LockSettingsServiceTestable.java | 47 IStorageManager storageManager, MockGateKeeperService gatekeeper) { in MockInjector() 111 LockSettingsStorage storage, MockGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable()
|
D | MockSyntheticPasswordManager.java | 35 MockGateKeeperService gatekeeper) { in MockSyntheticPasswordManager()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SyntheticPasswordManager.java | 249 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid() 273 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser() 337 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in createPasswordBasedSyntheticPassword() 436 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in unwrapPasswordBasedSyntheticPassword() 487 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) in unwrapTokenBasedSyntheticPassword() 546 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge()
|