Searched defs:mSupport (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1120 milliseconds