Searched refs:ICommandOptions (Results 1 – 7 of 7) sorted by relevance
24 public interface ICommandOptions { interface98 public ICommandOptions clone(); in clone()
29 public class CommandOptions implements ICommandOptions {274 public ICommandOptions clone() { in clone()
18 import com.android.tradefed.command.ICommandOptions;
20 import com.android.tradefed.command.ICommandOptions;141 public ICommandOptions getCommandOptions(); in getCommandOptions()377 public void setCommandOptions(ICommandOptions cmdOptions); in setCommandOptions()
21 import com.android.tradefed.command.ICommandOptions;156 sObjTypeMap.put(CMD_OPTIONS_TYPE_NAME, new ObjTypeInfo(ICommandOptions.class, in getObjTypeMap()381 public ICommandOptions getCommandOptions() { in getCommandOptions()382 return (ICommandOptions) getConfigurationObject(CMD_OPTIONS_TYPE_NAME); in getCommandOptions()791 public void setCommandOptions(ICommandOptions cmdOptions) { in setCommandOptions()1194 ICommandOptions options = getCommandOptions(); in validateOptions()
22 import com.android.tradefed.command.ICommandOptions;280 final ICommandOptions cmdOptions = EasyMock.createMock(ICommandOptions.class); in testGetCommandOptions()571 ICommandOptions option = new CommandOptions() { in testValidateOptionsShardException()589 ICommandOptions option = new CommandOptions() { in testValidateOptionsShardIndexException()609 ICommandOptions option = new CommandOptions() { in testValidateOptionsShardIndexAboveShardCount()
32 import com.android.tradefed.command.ICommandOptions;1101 ICommandOptions commandOption = new CommandOptions(); in testInvoke_buildProviderNeedTestTag()