HomeSort by relevance Sort by last modified time
    Searched refs:mGateKeeperService (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
LockSettingsServiceTests.java 94 assertEquals(0, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
103 final long primarySid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID);
104 final long profileSid = mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID);
106 mGateKeeperService.getSecureUserId(TURNED_OFF_PROFILE_USER_ID);
115 mGateKeeperService.clearAuthToken(MANAGED_PROFILE_USER_ID);
116 mGateKeeperService.clearAuthToken(TURNED_OFF_PROFILE_USER_ID);
123 assertNotNull(mGateKeeperService.getAuthToken(MANAGED_PROFILE_USER_ID));
124 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID));
127 assertNull(mGateKeeperService.getAuthToken(TURNED_OFF_PROFILE_USER_ID));
138 assertEquals(profileSid, mGateKeeperService.getSecureUserId(MANAGED_PROFILE_USER_ID))
    [all...]
CachedSyntheticPasswordTests.java 63 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID);
67 assertEquals(0, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
75 assertNotEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
83 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID);
87 assertNotEquals(0, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
88 assertNotEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
124 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID);
130 assertEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
SyntheticPasswordTests.java 71 mGateKeeperService, mUserManager);
72 AuthenticationToken authToken = manager.newSyntheticPasswordAndSid(mGateKeeperService, null,
74 long handle = manager.createPasswordBasedSyntheticPassword(mGateKeeperService, PASSWORD,
79 mGateKeeperService, handle, PASSWORD, USER_ID, null);
82 result = manager.unwrapPasswordBasedSyntheticPassword(mGateKeeperService, handle,
105 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID);
112 assertEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
137 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID);
143 assertEquals(sid, mGateKeeperService.getSecureUserId(PRIMARY_USER_ID));
165 long sid = mGateKeeperService.getSecureUserId(PRIMARY_USER_ID)
    [all...]
LockSettingsServiceTestable.java 118 mGateKeeperService = gatekeeper;
135 if (mGateKeeperService.getSecureUserId(userId) == 0) {
BaseLockSettingsServiceTests.java 78 FakeGateKeeperService mGateKeeperService;
93 mGateKeeperService = new FakeGateKeeperService();
123 mSpManager = new MockSyntheticPasswordManager(mContext, mStorage, mGateKeeperService,
127 mGateKeeperService, mKeyStore, setUpStorageManagerMock(), mActivityManager,
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 191 protected IGateKeeperService mGateKeeperService;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 87 milliseconds