Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DUserManagerInternal.java53 public abstract void setDevicePolicyUserRestrictions(int userId, @Nullable Bundle restrictions, in setDevicePolicyUserRestrictions() method in UserManagerInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1126 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testClearDeviceOwner()
1625 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1641 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1648 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1667 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1683 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1696 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1709 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1716 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1724 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3829 public void setDevicePolicyUserRestrictions(int userId, @Nullable Bundle restrictions, in setDevicePolicyUserRestrictions() method in UserManagerService.LocalService
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java10117 mUserManagerInternal.setDevicePolicyUserRestrictions(userId, userRestrictions, in pushUserRestrictions()
/frameworks/base/services/
Dart-profile11754 HSPLcom/android/server/pm/UserManagerService$LocalService;->setDevicePolicyUserRestrictions(ILandro…