Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java206 .getParentActiveAdmin().getEffectiveRestrictions().keySet()) in testCompMigrationAffiliated()
210 .getEffectiveRestrictions().keySet()) in testCompMigrationAffiliated()
DDevicePolicyManagerTest.java2303 .getEffectiveRestrictions() in testSetUserRestriction_asPoOfOrgOwnedDevice()
2311 .getEffectiveRestrictions() in testSetUserRestriction_asPoOfOrgOwnedDevice()
2328 .getEffectiveRestrictions() in addAndRemoveGlobalUserRestrictionOnParentDpm()
2344 .getEffectiveRestrictions() in addAndRemoveLocalUserRestrictionOnParentDpm()
2380 getDeviceOwner().getEffectiveRestrictions() in assertNoDeviceOwnerRestrictions()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java1194 Bundle getEffectiveRestrictions() { in getEffectiveRestrictions() method in ActiveAdmin
1200 return filterRestrictions(getEffectiveRestrictions(), in getLocalUserRestrictions()
1205 return filterRestrictions(getEffectiveRestrictions(), in getGlobalUserRestrictions()