Searched refs:installCaCert (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl146 boolean installCaCert(in ComponentName admin, in byte[] certBuffer);
H A DDevicePolicyManager.java2734 public boolean installCaCert(@Nullable ComponentName admin, byte[] certBuffer) { method in class:DevicePolicyManager
2735 throwIfParentInstance("installCaCert");
2738 return mService.installCaCert(admin, certBuffer);
2956 * {@link #getInstalledCaCerts}, {@link #hasCaCertInstalled}, {@link #installCaCert},
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4277 public boolean installCaCert(ComponentName admin, byte[] certBuffer) throws RemoteException { method in class:DevicePolicyManagerService

Completed in 183 milliseconds