Home
last modified time | relevance | path

Searched refs:DISALLOW_REMOVE_USER (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java91 UserManager.DISALLOW_REMOVE_USER, in testMigration()
100 UserManager.DISALLOW_REMOVE_USER, in testMigration()
187 UserManager.DISALLOW_REMOVE_USER in testMigration()
193 UserManager.DISALLOW_REMOVE_USER in testMigration()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DUserManagerHelperTest.java181 when(mUserManager.hasUserRestriction(UserManager.DISALLOW_REMOVE_USER)).thenReturn(false); in currentProcessCanRemoveUsers()
184 when(mUserManager.hasUserRestriction(UserManager.DISALLOW_REMOVE_USER)).thenReturn(true); in currentProcessCanRemoveUsers()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DUserManagerHelper.java303 return !currentProcessHasUserRestriction(UserManager.DISALLOW_REMOVE_USER); in currentProcessCanRemoveUsers()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java85 UserManager.DISALLOW_REMOVE_USER,
DUserManagerService.java2813 UserManager.DISALLOW_REMOVE_USER, false)) { in markGuestForDeletion()
2864 ? UserManager.DISALLOW_REMOVE_MANAGED_PROFILE : UserManager.DISALLOW_REMOVE_USER; in removeUser()
/frameworks/base/core/java/android/os/
DUserManager.java353 public static final String DISALLOW_REMOVE_USER = "no_remove_user"; field in UserManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5989 restriction = UserManager.DISALLOW_REMOVE_USER; in wipeDataNoLock()
8999 : UserManager.DISALLOW_REMOVE_USER; in removeUser()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22406 field public static final java.lang.String DISALLOW_REMOVE_USER = "no_remove_user";
/frameworks/base/api/
Dcurrent.txt33306 field public static final java.lang.String DISALLOW_REMOVE_USER = "no_remove_user";
/frameworks/base/config/
Dhiddenapi-public-dex.txt32081 Landroid/os/UserManager;->DISALLOW_REMOVE_USER:Ljava/lang/String;