Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java73 private Certificate mTestCertificate; field in DirectDelegatedCertInstallerTest
81 mTestCertificate = certificateFromString(TEST_CERT); in setUp()
133 assertThat(mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, in testInstallKeyPair()
213 mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, TEST_ALIAS, in testHasKeyPair_Installed()
220 mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, TEST_ALIAS, in testHasKeyPair_Removed()
229 mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, TEST_ALIAS, in testGetKeyPairGrants_Empty()
237 mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, TEST_ALIAS, in testGetKeyPairGrants_NonEmpty()
245 mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, in testIsWifiGrant_default()
252 mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, in testIsWifiGrant_allowed()
260 mDpm.installKeyPair(null, mTestPrivateKey, new Certificate[]{mTestCertificate}, in testIsWifiGrant_denied()