Home
last modified time | relevance | path

Searched refs:DISALLOW_SET_WALLPAPER (Results 1 – 5 of 5) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWallpaperTest.java21 …rt static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_SET_WALLPAPER;
71 @EnsureHasUserRestriction(DISALLOW_SET_WALLPAPER)
89 @EnsureHasUserRestriction(DISALLOW_SET_WALLPAPER)
107 @EnsureDoesNotHaveUserRestriction(DISALLOW_SET_WALLPAPER)
125 @EnsureHasUserRestriction(DISALLOW_SET_WALLPAPER)
141 @EnsureDoesNotHaveUserRestriction(DISALLOW_SET_WALLPAPER)
155 @EnsureHasUserRestriction(DISALLOW_SET_WALLPAPER)
DUserRestrictionsTest.java131 CommonUserRestrictions.DISALLOW_SET_WALLPAPER,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java116 new RestrictionApplicator(UserManager.DISALLOW_SET_WALLPAPER); in testDisallowSetWallpaper_allowed()
120 assertTrue(mUserManager.hasUserRestriction(UserManager.DISALLOW_SET_WALLPAPER)); in testDisallowSetWallpaper_allowed()
146 assertFalse(mUserManager.hasUserRestriction(UserManager.DISALLOW_SET_WALLPAPER)); in testDisallowSetWallpaper_allowed()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java146 public static final String DISALLOW_SET_WALLPAPER = "no_set_wallpaper"; field in CommonUserRestrictions
311 DISALLOW_SET_WALLPAPER,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34091 field public static final String DISALLOW_SET_WALLPAPER = "no_set_wallpaper";