Searched refs:StubKeyStoreFactory (Results 1 – 4 of 4) sorted by relevance
22 public class StubKeyStoreFactory implements IKeyStoreFactory { class
23 import com.android.tradefed.util.keystore.StubKeyStoreFactory;216 assertTrue(filteredGlobalConfig.getKeyStoreFactory() instanceof StubKeyStoreFactory); in testCreateGlobalConfiguration_cloneConfigWithFilter()
46 import com.android.tradefed.util.keystore.StubKeyStoreFactory;316 new StubKeyStoreFactory() { in testClone_withKeystore()376 new StubKeyStoreFactory() { in testClone_withKeystore_loadingFails()
37 import com.android.tradefed.util.keystore.StubKeyStoreFactory;294 setKeyStoreFactory(new StubKeyStoreFactory()); in GlobalConfiguration()