Searched defs:gatekeeper (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java17 package android.service.gatekeeper;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTestable.java113 LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore,
118 mGateKeeperService = gatekeeper;
112 LockSettingsServiceTestable(Context context, LockPatternUtils lockPatternUtils, LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore, IStorageManager storageManager, IActivityManager mActivityManager, SyntheticPasswordManager spManager, IAuthSecret authSecretService) argument
H A DMockSyntheticPasswordManager.java40 FakeGateKeeperService gatekeeper, UserManager userManager) {
42 mGateKeeper = gatekeeper;
39 MockSyntheticPasswordManager(Context context, LockSettingsStorage storage, FakeGateKeeperService gatekeeper, UserManager userManager) argument
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java32 import android.service.gatekeeper.GateKeeperResponse;
33 import android.service.gatekeeper.IGateKeeperService;
442 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, argument
447 response = gatekeeper.enroll(userId, hash, credential.getBytes(),
466 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, argument
468 GateKeeperResponse response = gatekeeper.enroll(userId, null, null,
604 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, argument
637 gatekeeper.clearSecureUserId(fakeUid(userId));
639 GateKeeperResponse response = gatekeeper.enroll(fakeUid(userId), null, null,
658 public VerifyCredentialResponse verifyFrpCredential(IGateKeeperService gatekeeper, argument
818 unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, long handle, String credential, int userId, ICheckCredentialProgressCallback progressCallback) argument
898 unwrapTokenBasedSyntheticPassword( IGateKeeperService gatekeeper, long handle, byte[] token, int userId) argument
986 verifyChallenge(IGateKeeperService gatekeeper, @NonNull AuthenticationToken auth, long challenge, int userId) argument
[all...]

Completed in 193 milliseconds