Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuControllerTest.java180 final int fakeUserId = 1; in onUserSwitching_destroyWidget() local
187 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitching_destroyWidget()
194 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget() local
203 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()
204 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()
211 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget() local
218 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
219 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java759 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
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java129 return mGateKeeperService.getSecureUserId(SyntheticPasswordManager.fakeUserId(userId)) != 0; in lskfGatekeeperHandleExists()