Home
last modified time | relevance | path

Searched refs:sDelegate (Results 1 – 2 of 2) sorted by relevance

/packages/apps/KeyChain/robotests/src/com/android/keychain/
DShadowTrustedCertificateStore.java35 public static TrustedCertificateStore sDelegate; field in ShadowTrustedCertificateStore
39 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()
DKeyChainServiceRoboTest.java110 ShadowTrustedCertificateStore.sDelegate = mockCertStore; in setUp()