Searched defs:gatekeeper (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 568 public void removeUser(IGateKeeperService gatekeeper, int userId) { in removeUser() 620 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid() 648 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser() 791 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in createPasswordBasedSyntheticPassword() 851 public VerifyCredentialResponse verifyFrpCredential(IGateKeeperService gatekeeper, in verifyFrpCredential() 1055 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in unwrapPasswordBasedSyntheticPassword() 1163 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) { in unwrapTokenBasedSyntheticPassword() 1176 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) { in unwrapStrongTokenBasedSyntheticPassword() 1187 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) { in unwrapWeakTokenBasedSyntheticPassword() 1193 IGateKeeperService gatekeeper, long handle, byte type, byte[] token, int userId) { in unwrapTokenBasedSyntheticPasswordInternal() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | MockSyntheticPasswordManager.java | 41 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
|
D | LockSettingsServiceTestable.java | 169 LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable()
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 412 optional string gatekeeper = 15; field
|