Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java850 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testClearDeviceOwner()
1205 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1213 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1232 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1249 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1270 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1284 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1292 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1301 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
1319 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()
[all …]
/frameworks/base/core/java/android/os/
DUserManagerInternal.java49 public abstract void setDevicePolicyUserRestrictions(int userId, in setDevicePolicyUserRestrictions() method in UserManagerInternal
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3245 public void setDevicePolicyUserRestrictions(int userId, @NonNull Bundle localRestrictions, in setDevicePolicyUserRestrictions() method in UserManagerService.LocalService
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java7330 mUserManagerInternal.setDevicePolicyUserRestrictions(userId, local, global); in pushUserRestrictions()