Fix failing tests in WallpaperManagerServiceTests
Two tests were failing due to a userId mismatch problem: the tests used a testUserId = USER_SYSTEM = 0, but in the test setWallpaperComponent was called with userId = UserHandle.getCallingUserId() = 1, resulting in errors. Bug: 264533465 Test: atest --iterations 10 FrameworksMockingServicesTests:WallpaperManagerServiceTests Change-Id: I0fb498aacb03a6b14ece1aae5ea8819ed9c8aa84
Loading
Please register or sign in to comment