Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java206 .getParentActiveAdmin().getEffectiveRestrictions().keySet()) in testCompMigrationAffiliated()
210 .getEffectiveRestrictions().keySet()) in testCompMigrationAffiliated()
H A DDevicePolicyManagerTest.java2297 .getEffectiveRestrictions() in testSetUserRestriction_asPoOfOrgOwnedDevice()
2305 .getEffectiveRestrictions() in testSetUserRestriction_asPoOfOrgOwnedDevice()
2322 .getEffectiveRestrictions() in addAndRemoveGlobalUserRestrictionOnParentDpm()
2338 .getEffectiveRestrictions() in addAndRemoveLocalUserRestrictionOnParentDpm()
2374 getDeviceOwner().getEffectiveRestrictions() in assertNoDeviceOwnerRestrictions()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java1193 Bundle getEffectiveRestrictions() { in getEffectiveRestrictions() method in ActiveAdmin
1199 return filterRestrictions(getEffectiveRestrictions(), in getLocalUserRestrictions()
1204 return filterRestrictions(getEffectiveRestrictions(), in getGlobalUserRestrictions()
/aosp14/frameworks/base/services/
H A Dart-profile3094 HSPLcom/android/server/devicepolicy/ActiveAdmin;->getEffectiveRestrictions()Landroid/os/Bundle;