/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | RestrictionsSetTest.java | 58 mRestrictionsSet.updateRestrictions(originatingUserId, restrictions); in testUpdateRestrictions_removeRestrictions() 78 mRestrictionsSet.updateRestrictions(originatingUserId, in testMoveRestriction_containsRestriction() 93 mRestrictionsSet.updateRestrictions(originatingUserId, in testMoveRestriction_doesNotContainRestriction() 111 mRestrictionsSet.updateRestrictions(originatingUserId, in testIsEmpty_hasRestrictions() 125 mRestrictionsSet.updateRestrictions(originatingUserId, in testMergeAll_hasRestrictions() 128 mRestrictionsSet.updateRestrictions(10, in testMergeAll_hasRestrictions() 140 mRestrictionsSet.updateRestrictions(originatingUserId, in testGetEnforcingUsers_hasEnforcingUser() 142 mRestrictionsSet.updateRestrictions(10, in testGetEnforcingUsers_hasEnforcingUser() 157 mRestrictionsSet.updateRestrictions(originatingUserId, in testGetEnforcingUsers_hasMultipleEnforcingUsers() 159 mRestrictionsSet.updateRestrictions(originatingUserId2, in testGetEnforcingUsers_hasMultipleEnforcingUsers() [all …]
|
H A D | UserRestrictionsUtilsTest.java | 112 globalRestrictions.updateRestrictions(1, in testMoveRestriction()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | RestrictionsSet.java | 76 public boolean updateRestrictions(@UserIdInt int userId, @Nullable Bundle restrictions) { in updateRestrictions() method in RestrictionsSet 104 destRestrictions.updateRestrictions(userId, to); in moveRestriction() 218 restrictionsSet.updateRestrictions(userId, restrictions); in readRestrictions()
|
H A D | UserManagerService.java | 1901 .updateRestrictions(originatingUserId, global); in setDevicePolicyUserRestrictionsInner() 1996 .updateRestrictions(originatingUserId, restrictions)) { in updateLocalRestrictionsForTargetUsersLR() 2226 if (mBaseUserRestrictions.updateRestrictions(userId, newBaseRestrictions)) { in updateUserRestrictionsInternalLR() 2233 mCachedEffectiveUserRestrictions.updateRestrictions(userId, effective); in updateUserRestrictionsInternalLR() 2256 mAppliedUserRestrictions.updateRestrictions(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR() 2795 mDevicePolicyGlobalUserRestrictions.updateRestrictions( in upgradeIfNecessaryLP() 3026 mBaseUserRestrictions.updateRestrictions(UserHandle.USER_SYSTEM, in fallbackToSingleUserLP() 3397 mBaseUserRestrictions.updateRestrictions(id, baseRestrictions); in readUserLP() 3409 mDevicePolicyGlobalUserRestrictions.updateRestrictions(id, in readUserLP() 3719 mBaseUserRestrictions.updateRestrictions(userId, restrictions); in createUserInternalUncheckedNoTracing() [all …]
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDeviceDrmInterface.h | 33 virtual void updateRestrictions() override;
|
H A D | ExynosDeviceDrmInterface.cpp | 87 updateRestrictions(); in init() 107 void ExynosDeviceDrmInterface::updateRestrictions() in updateRestrictions() function in ExynosDeviceDrmInterface
|
H A D | ExynosDeviceInterface.h | 85 virtual void updateRestrictions() = 0;
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DpmTestUtils.java | 65 localRestrictions.updateRestrictions(userId, localRestrictionsBundle); in newRestrictions()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/ |
H A D | ExynosResourceManager.h | 169 void updateRestrictions();
|
H A D | ExynosResourceManager.cpp | 2467 void ExynosResourceManager::updateRestrictions() { in updateRestrictions() function in ExynosResourceManager
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosDevice.cpp | 158 mResourceManager->updateRestrictions(); in ExynosDevice()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 11361 local.updateRestrictions(originatingUserId, deviceOwner.getLocalUserRestrictions( 11369 local.updateRestrictions(originatingUserId, profileOwner.getLocalUserRestrictions( 11385 local.updateRestrictions(
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 32063 HSPLcom/android/server/pm/RestrictionsSet;->updateRestrictions(ILandroid/os/Bundle;)Z+]Landroid/uti…
|