HomeSort by relevance Sort by last modified time
    Searched defs:installCertificate (Results 1 - 9 of 9) sorted by null

  /packages/apps/KeyChain/robotests/src/com/android/keychain/
ShadowTrustedCertificateStore.java 37 public void installCertificate(X509Certificate cert) throws IOException, CertificateException {
38 sDelegate.installCertificate(cert);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 113 public void installCertificate(@RpcParameter(name = "vpnProfile") JSONObject vpnProfile,
118 mCertHelper.installCertificate(profile, certFile, password);
CertInstallerHelper.java 171 public void installCertificate(VpnProfile profile, String certFile, String password) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
KeyChainTestActivity.java 131 boolean installResult = installCertificate(mCert, true);
150 protected boolean installCertificate(X509Certificate cert, boolean isUserVisible) {
276 if (installCertificate(mCert, false)) {
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateStore.java 66 * <p>The KeyChainService users the {@link installCertificate} and
572 public void installCertificate(X509Certificate cert) throws IOException, CertificateException {
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 316 milliseconds