Searched refs:DISALLOW_SET_WALLPAPER (Results 1 – 3 of 3) sorted by relevance
111 new RestrictionApplicator(UserManager.DISALLOW_SET_WALLPAPER); in testDisallowSetWallpaper_allowed()115 assertTrue(mUserManager.hasUserRestriction(UserManager.DISALLOW_SET_WALLPAPER)); in testDisallowSetWallpaper_allowed()141 assertFalse(mUserManager.hasUserRestriction(UserManager.DISALLOW_SET_WALLPAPER)); in testDisallowSetWallpaper_allowed()
43 assertTrue(userManager.hasUserRestriction(UserManager.DISALLOW_SET_WALLPAPER)); in testSetWallpaper_disallowed()
870 final String DISALLOW_SET_WALLPAPER = "no_set_wallpaper"; in testSetWallpaper_disallowed() local878 changeUserRestrictionOrFail(DISALLOW_SET_WALLPAPER, true, mUserId); in testSetWallpaper_disallowed()882 changeUserRestrictionOrFail(DISALLOW_SET_WALLPAPER, false, mUserId); in testSetWallpaper_disallowed()