Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java56 import static android.app.admin.DevicePolicyManager.DELEGATION_PACKAGE_ACCESS;
440 DELEGATION_PACKAGE_ACCESS,
11165 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_PACKAGE_ACCESS)));
11228 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_PACKAGE_ACCESS)));
11420 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_PACKAGE_ACCESS)));
11466 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_PACKAGE_ACCESS)));
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1937 public static final String DELEGATION_PACKAGE_ACCESS = "delegation-package-access"; field in DevicePolicyManager
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt7392 field public static final String DELEGATION_PACKAGE_ACCESS = "delegation-package-access";