Home
last modified time | relevance | path

Searched defs:gatekeeper (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DLockSettingsServiceTestable.java47 IStorageManager storageManager, MockGateKeeperService gatekeeper) { in MockInjector()
111 LockSettingsStorage storage, MockGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable()
DMockSyntheticPasswordManager.java35 MockGateKeeperService gatekeeper) { in MockSyntheticPasswordManager()
/frameworks/base/services/core/java/com/android/server/
DSyntheticPasswordManager.java249 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()