Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuControllerTest.java184 final int fakeUserId = 1; in onUserSwitching_destroyWidget() local
191 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitching_destroyWidget()
198 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget() local
207 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()
208 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()
215 final int fakeUserId = 1; in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget() local
222 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
223 mKeyguardCallback.onUserSwitchComplete(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java704 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
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java129 return mGateKeeperService.getSecureUserId(SyntheticPasswordManager.fakeUserId(userId)) != 0; in lskfGatekeeperHandleExists()