Searched refs:fakeUserId (Results 1 – 3 of 3) sorted by relevance
184 final int fakeUserId = 1; in onUserSwitching_destroyWidget() local191 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitching_destroyWidget()198 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget() local207 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()208 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()215 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget() local222 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()223 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
704 gatekeeper.clearSecureUserId(fakeUserId(userId)); in removeUser()988 gatekeeper.clearSecureUserId(fakeUserId(userId)); in createLskfBasedProtector()995 response = gatekeeper.enroll(fakeUserId(userId), null, null, in createLskfBasedProtector()1042 response = gatekeeper.verifyChallenge(fakeUserId(persistentData.userId), in verifySpecialUserCredential()1371 response = gatekeeper.verifyChallenge(fakeUserId(userId), 0L, in unlockLskfBasedProtector()1384 reenrollResponse = gatekeeper.enroll(fakeUserId(userId), in unlockLskfBasedProtector()1848 static int fakeUserId(int userId) { in fakeUserId() method in SyntheticPasswordManager
129 return mGateKeeperService.getSecureUserId(SyntheticPasswordManager.fakeUserId(userId)) != 0; in lskfGatekeeperHandleExists()