Searched refs:fakeUserId (Results 1 – 3 of 3) sorted by relevance
180 final int fakeUserId = 1; in onUserSwitching_destroyWidget() local187 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitching_destroyWidget()194 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget() local203 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()204 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()211 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget() local218 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()219 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
759 gatekeeper.clearSecureUserId(fakeUserId(userId)); in removeUser()1045 gatekeeper.clearSecureUserId(fakeUserId(userId)); in createLskfBasedProtector()1052 response = gatekeeper.enroll(fakeUserId(userId), null, null, in createLskfBasedProtector()1099 response = gatekeeper.verifyChallenge(fakeUserId(persistentData.userId), in verifySpecialUserCredential()1433 response = gatekeeper.verifyChallenge(fakeUserId(userId), 0L, in unlockLskfBasedProtector()1446 reenrollResponse = gatekeeper.enroll(fakeUserId(userId), in unlockLskfBasedProtector()1919 static int fakeUserId(int userId) { in fakeUserId() method in SyntheticPasswordManager
129 return mGateKeeperService.getSecureUserId(SyntheticPasswordManager.fakeUserId(userId)) != 0; in lskfGatekeeperHandleExists()