Home
last modified time | relevance | path

Searched refs:installCaCert (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl146 boolean installCaCert(in ComponentName admin, in byte[] certBuffer); in installCaCert() method
DDevicePolicyManager.java2734 public boolean installCaCert(@Nullable ComponentName admin, byte[] certBuffer) { in installCaCert() method in DevicePolicyManager
2738 return mService.installCaCert(admin, certBuffer); in installCaCert()
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd568 …<li>{@link android.app.admin.DevicePolicyManager#installCaCert(android.content.ComponentName,byte[…
569 installCaCert()}</li>
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4277 public boolean installCaCert(ComponentName admin, byte[] certBuffer) throws RemoteException { in installCaCert() method in DevicePolicyManagerService
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt628 NO DOC BLOCK: android.app.admin.DevicePolicyManager Method installCaCert(android.content.ComponentN…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5341 method public boolean installCaCert(android.content.ComponentName, byte[]);
/frameworks/base/api/
Dcurrent.txt5946 method public boolean installCaCert(android.content.ComponentName, byte[]);
Dtest-current.txt5952 method public boolean installCaCert(android.content.ComponentName, byte[]);
Dsystem-current.txt6108 method public boolean installCaCert(android.content.ComponentName, byte[]);