Home
last modified time | relevance | path

Searched refs:setBaseUserRestrictionsByDpmsForMigration (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/android/os/
DUserManagerInternal.java88 public abstract void setBaseUserRestrictionsByDpmsForMigration(int userId, in setBaseUserRestrictionsByDpmsForMigration() method in UserManagerInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java143 }).when(getServices().userManagerInternal).setBaseUserRestrictionsByDpmsForMigration( in testMigration()
255 }).when(getServices().userManagerInternal).setBaseUserRestrictionsByDpmsForMigration( in testMigration2_profileOwnerOnUser0()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java4875 public void setBaseUserRestrictionsByDpmsForMigration( in setBaseUserRestrictionsByDpmsForMigration() method in UserManagerService.LocalService