Searched refs:ICommandOptions (Results 1 – 8 of 8) sorted by relevance
22 import com.android.tradefed.command.ICommandOptions;165 sObjTypeMap.put(CMD_OPTIONS_TYPE_NAME, new ObjTypeInfo(ICommandOptions.class, in getObjTypeMap()412 public ICommandOptions getCommandOptions() { in getCommandOptions()413 return (ICommandOptions) getConfigurationObject(CMD_OPTIONS_TYPE_NAME); in getCommandOptions()962 public void setCommandOptions(ICommandOptions cmdOptions) { in setCommandOptions()1239 ICommandOptions options = getCommandOptions(); in validateOptions()1257 ICommandOptions options = getCommandOptions(); in resolveDynamicOptions()
21 import com.android.tradefed.command.ICommandOptions;150 public ICommandOptions getCommandOptions(); in getCommandOptions()440 public void setCommandOptions(ICommandOptions cmdOptions); in setCommandOptions()
24 import com.android.tradefed.command.ICommandOptions;304 final ICommandOptions cmdOptions = EasyMock.createMock(ICommandOptions.class); in testGetCommandOptions()506 ICommandOptions option = new CommandOptions() { in testValidateOptionsShardException()524 ICommandOptions option = new CommandOptions() { in testValidateOptionsShardIndexException()544 ICommandOptions option = new CommandOptions() { in testValidateOptionsShardIndexAboveShardCount()
22 import com.android.tradefed.command.ICommandOptions;61 private ICommandOptions mMockCommandOptions;75 mMockCommandOptions = EasyMock.createMock(ICommandOptions.class); in setUp()
28 public interface ICommandOptions { interface89 public ICommandOptions clone(); in clone()
34 public class CommandOptions implements ICommandOptions {307 public ICommandOptions clone() { in clone()
18 import com.android.tradefed.command.ICommandOptions;
34 import com.android.tradefed.command.ICommandOptions;1003 ICommandOptions commandOption = new CommandOptions(); in testInvoke_buildProviderNeedTestTag()