Home
last modified time | relevance | path

Searched defs:mOptions (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/yaml/
DYamlClassOptionsParser.java33 public Multimap<String, String> mOptions = LinkedListMultimap.create(); field in YamlClassOptionsParser.ClassAndOptions
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DGceSshTunnelMonitorTest.java61 private TestDeviceOptions mOptions; field in GceSshTunnelMonitorTest
DRemoteFileUtilTest.java44 private TestDeviceOptions mOptions; field in RemoteFileUtilTest
DGceManagerTest.java68 private TestDeviceOptions mOptions; field in GceManagerTest
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java36 private List<TestOption> mOptions = new ArrayList<TestOption>(); field in TestInfo
/tools/tradefederation/core/javatests/com/android/tradefed/device/connection/
DAdbSshConnectionTest.java77 private TestDeviceOptions mOptions; field in AdbSshConnectionTest
/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java152 private Collection<String> mOptions = new LinkedList<>(); field in MonkeyBase
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java231 protected TestDeviceOptions mOptions = new TestDeviceOptions(); field in NativeDevice