Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java116 import static android.app.admin.DevicePolicyManager.DELEGATION_ENABLE_SYSTEM_APP;
621 DELEGATION_ENABLE_SYSTEM_APP,
14045 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_ENABLE_SYSTEM_APP))); in enableSystemApp()
14087 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_ENABLE_SYSTEM_APP))); in enableSystemAppWithIntent()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java2559 public static final String DELEGATION_ENABLE_SYSTEM_APP = "delegation-enable-system-app"; 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.txt8060 field public static final String DELEGATION_ENABLE_SYSTEM_APP = "delegation-enable-system-app";