Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java112 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
619 DELEGATION_APP_RESTRICTIONS,
11691 setDelegatedScopePreO(admin, packageName, DELEGATION_APP_RESTRICTIONS);
11701 DELEGATION_APP_RESTRICTIONS);
11708 DELEGATION_APP_RESTRICTIONS);
11749 DELEGATION_APP_RESTRICTIONS)));
11771 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_APP_RESTRICTIONS))) {
13170 DELEGATION_APP_RESTRICTIONS)));
23368 DELEGATE_SCOPES.put(MANAGE_DEVICE_POLICY_APP_RESTRICTIONS, DELEGATION_APP_RESTRICTIONS);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java23 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
1841 DELEGATION_APP_RESTRICTIONS); in testDelegation() local
1843 DELEGATION_APP_RESTRICTIONS); in testDelegation() local
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java2533 public static final String DELEGATION_APP_RESTRICTIONS = "delegation-app-restrictions"; field in DevicePolicyManager
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8056 field public static final String DELEGATION_APP_RESTRICTIONS = "delegation-app-restrictions";