Home
last modified time | relevance | path

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

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java41 private IKeyChainServiceTestSupport mSupport; field in KeyChainServiceTest
51 mSupport = IKeyChainServiceTestSupport.Stub.asInterface(service);
58 mSupport = null;
139 if (mSupport == null) { in test_KeyChainService()
143 assertNotNull(mSupport); in test_KeyChainService()
147 assertTrue(mSupport.keystoreReset()); in test_KeyChainService()
148 assertTrue(mSupport.keystorePassword("newpasswd")); in test_KeyChainService()
175 assertTrue(mSupport.keystoreImportKey(alias1Pkey, in test_KeyChainService()
177 assertTrue(mSupport.keystorePut(alias1Cert, in test_KeyChainService()
179 assertTrue(mSupport.keystorePut(alias1ICert, in test_KeyChainService()
[all …]