Searched refs:sDelegate (Results 1 – 2 of 2) sorted by relevance
35 public static TrustedCertificateStore sDelegate; field in ShadowTrustedCertificateStore39 sDelegate.installCertificate(cert); in installCertificate()44 return sDelegate.getCertificateAlias(cert); in getCertificateAlias()49 return sDelegate.getCertificate(alias); in getCertificate()54 sDelegate.deleteCertificateEntry(alias); in deleteCertificateEntry()
110 ShadowTrustedCertificateStore.sDelegate = mockCertStore; in setUp()