Home
last modified time | relevance | path

Searched defs:lastUserId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
H A DWallpaperManagerServiceTests.java355 final int lastUserId = 5; in testSwitchMultipleUsers() local
387 final int lastUserId = 5; in testSwitchThenUnlockMultipleUsers() local
572 private void verifyNoConnectionBeforeLastUser(int lastUserId) { in verifyNoConnectionBeforeLastUser()
579 private void verifyLastWallpaperData(int lastUserId, ComponentName expectedComponent) { in verifyLastWallpaperData()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
H A DShellControllerTest.java441 public int lastUserId; field in ShellControllerTest.TestUserChangeListener