Home
last modified time | relevance | path

Searched refs:FakeGateKeeperService (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockSyntheticPasswordManager.java36 private FakeGateKeeperService mGateKeeper;
40 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
96 return new FakeGateKeeperService.VerifyHandle(handle).sid; in sidFromPasswordHandle()
H A DFakeGateKeeperService.java31 public class FakeGateKeeperService implements IGateKeeperService { class
H A DBaseLockSettingsServiceTests.java98 FakeGateKeeperService mGateKeeperService;
124 mGateKeeperService = new FakeGateKeeperService(); in setUp_baseServices()