Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java131 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
634 DELEGATION_CERT_INSTALL,
6350 || (caller.hasPackage() && isCallerDelegate(caller, DELEGATION_CERT_INSTALL))
6472 final boolean isCallerDelegate = isCallerDelegate(caller, DELEGATION_CERT_INSTALL);
6541 final boolean isCallerDelegate = isCallerDelegate(caller, DELEGATION_CERT_INSTALL);
6617 || isCallerDelegate(caller, DELEGATION_CERT_INSTALL);
6804 final boolean isCallerDelegate = isCallerDelegate(caller, DELEGATION_CERT_INSTALL);
6951 final boolean isCallerDelegate = isCallerDelegate(caller, DELEGATION_CERT_INSTALL);
7083 if (scopes.size() == 1 && scopes.get(0).equals(DELEGATION_CERT_INSTALL)) {
7497 setDelegatedScopePreO(who, installerPackage, DELEGATION_CERT_INSTALL);
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java24 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
1842 DELEGATION_CERT_INSTALL); in testDelegation() local
1844 DELEGATION_CERT_INSTALL); in testDelegation() local
6836 Arrays.asList(DELEGATION_CERT_INSTALL))); in testHasDeviceIdAccessUnchecked_delegateCaller()
6861 Arrays.asList(DELEGATION_CERT_INSTALL))); in testHasDeviceIdAccessUnchecked_delegateCallerWithoutPermissions()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java2651 public static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; 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.txt8288 field public static final String DELEGATION_CERT_INSTALL = "delegation-cert-install";