Searched refs:JSONFileKeyStoreFactory (Results 1 – 3 of 3) sorted by relevance
45 private JSONFileKeyStoreFactory mFactory;51 mFactory = new JSONFileKeyStoreFactory(); in setUp()
31 import com.android.tradefed.util.keystore.JSONFileKeyStoreFactory;319 filteredGlobalConfig.getKeyStoreFactory() instanceof JSONFileKeyStoreFactory); in testCreateGlobalConfiguration_withConfigServerAndCloneConfigWithFilter()
44 public class JSONFileKeyStoreFactory implements IKeyStoreFactory { class