Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java129 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
635 DELEGATION_APP_RESTRICTIONS,
11646 setDelegatedScopePreO(admin, packageName, DELEGATION_APP_RESTRICTIONS);
11656 DELEGATION_APP_RESTRICTIONS);
11663 DELEGATION_APP_RESTRICTIONS);
11721 || isCallerDelegate(caller, DELEGATION_APP_RESTRICTIONS));
11752 DELEGATION_APP_RESTRICTIONS)));
11774 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_APP_RESTRICTIONS))) {
13117 || isCallerDelegate(caller, DELEGATION_APP_RESTRICTIONS));
13147 DELEGATION_APP_RESTRICTIONS)));
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java23 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
1847 DELEGATION_APP_RESTRICTIONS); in testDelegation() local
1849 DELEGATION_APP_RESTRICTIONS); in testDelegation() local
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java2657 public static final String DELEGATION_APP_RESTRICTIONS = "delegation-app-restrictions"; field in DevicePolicyManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt8286 field public static final String DELEGATION_APP_RESTRICTIONS = "delegation-app-restrictions";