Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl127 boolean installCaCert(in ComponentName admin, in byte[] certBuffer); in installCaCert() method
DDevicePolicyManager.java1826 public boolean installCaCert(ComponentName admin, byte[] certBuffer) { in installCaCert() method in DevicePolicyManager
1829 return mService.installCaCert(admin, certBuffer); in installCaCert()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2889 public boolean installCaCert(ComponentName admin, byte[] certBuffer) throws RemoteException { in installCaCert() method in DevicePolicyManagerService
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt390 NO DOC BLOCK: android.app.admin.DevicePolicyManager Method installCaCert(android.content.ComponentN…
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt628 NO DOC BLOCK: android.app.admin.DevicePolicyManager Method installCaCert(android.content.ComponentN…
/frameworks/base/api/
Dsystem-current.txt5475 method public boolean installCaCert(android.content.ComponentName, byte[]);
Dcurrent.txt5342 method public boolean installCaCert(android.content.ComponentName, byte[]);