Searched refs:mSupport (Results 1 – 1 of 1) sorted by relevance
41 private IKeyChainServiceTestSupport mSupport; field in KeyChainServiceTest51 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 …]