Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java557 String[] arrayArgs, IKeyStoreClient keyStoreClient, Set<String> allowedObjects) in createPartialConfigurationFromArgs() argument
567 reorderedArrayArgs, listArgs, keyStoreClient, allowedObjects); in createPartialConfigurationFromArgs()
592 Set<String> allowedObjects) in internalCreateConfigurationFromArgs() argument
613 return configDef.createConfiguration(allowedObjects); in internalCreateConfigurationFromArgs()
DConfigurationDef.java199 public IConfiguration createConfiguration(Set<String> allowedObjects) in createConfiguration() argument
265 if (allowedObjects != null && !allowedObjects.contains(objClassEntry.getKey())) { in createConfiguration()
DIConfigurationFactory.java90 String[] arrayArgs, IKeyStoreClient keyStoreClient, Set<String> allowedObjects) in createPartialConfigurationFromArgs() argument