/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/ |
D | GceManagerTest.java | 63 private TestDeviceOptions mOptions; field in GceManagerTest 73 mOptions = new TestDeviceOptions(); in setUp() 74 OptionSetter setter = new OptionSetter(mOptions); in setUp() 78 mOptions.setAvdDriverBinary(mAvdBinary); in setUp() 79 mOptions.setAvdConfigFile(mAvdBinary); in setUp() 81 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo) { in setUp() 174 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand() 205 OptionSetter setter = new OptionSetter(mOptions); in testBuildGceCommand_withServiceAccountJsonKeyFile() 212 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile() 247 OptionSetter setter = new OptionSetter(mOptions); in testBuildGceCommandWithEmulatorBuild() [all …]
|
D | RemoteFileUtilTest.java | 43 private TestDeviceOptions mOptions; field in RemoteFileUtilTest 49 mOptions = new TestDeviceOptions(); in setUp() 78 fakeInfo, mOptions, mMockRunUtil, 500L, remotePath); in testFetchRemoteFile() 111 RemoteFileUtil.fetchRemoteFile(fakeInfo, mOptions, mMockRunUtil, 500L, remotePath); in testFetchRemoteFile_fail() 143 fakeInfo, mOptions, mMockRunUtil, 500L, remotePath); in testFetchRemoteDir() 181 mOptions, in testPushFileToRemote() 224 mOptions, in testPushFileToRemote_fail()
|
D | GceSshTunnelMonitorTest.java | 61 private TestDeviceOptions mOptions; field in GceSshTunnelMonitorTest 72 mOptions = new TestDeviceOptions(); in setUp() 74 OptionSetter setter = new OptionSetter(mOptions); in setUp() 77 new GceSshTunnelMonitor(mMockDevice, mMockBuildInfo, mHost, mOptions) { in setUp()
|
D | RemoteAndroidVirtualDeviceTest.java | 88 mOptions = new TestDeviceOptions(); in TestableRemoteAndroidVirtualDevice()
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestInfo.java | 35 private List<TestOption> mOptions = new ArrayList<TestOption>(); field in TestInfo 59 mOptions.add(option); in addOption() 60 Collections.sort(mOptions); in addOption() 64 return mOptions; in getOptions() 130 commonOptions.retainAll(new HashSet<TestOption>(mOptions)); in merge() 131 mOptions = new ArrayList<TestOption>(commonOptions); in merge() 168 mOptions.stream() in merge() 176 mOptions.stream() in merge() 180 mOptions.stream() in merge() 188 mOptions.stream() in merge() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/config/yaml/ |
D | YamlTestRunners.java | 35 private Multimap<String, String> mOptions = LinkedListMultimap.create(); field in YamlTestRunners 53 mOptions.put(optionVal.getKey(), optionVal.getValue().toString()); in YamlTestRunners() 74 return mOptions; in getOptions()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecutionTest.java | 72 private SandboxOptions mOptions; field in ParentSandboxInvocationExecutionTest 117 mOptions = new SandboxOptions(); in setUp() 132 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig() 133 OptionSetter setter = new OptionSetter(mOptions); in testParentConfig() 154 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig_errorStage() 155 OptionSetter setter = new OptionSetter(mOptions); in testParentConfig_errorStage() 181 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig_exception() 182 OptionSetter setter = new OptionSetter(mOptions); in testParentConfig_exception()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 201 protected TestDeviceOptions mOptions = new TestDeviceOptions(); field in NativeDevice 382 mOptions = options; in setOptions() 393 mOptions.setMaxLogcatDataSize(size); in setTmpLogcatSize() 1957 return mOptions.getUseFastbootErase(); in getUseFastbootErase() 1965 mOptions.setUseFastbootErase(useFastbootErase); in setUseFastbootErase() 1974 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition() 2346 String logcatOptions = mOptions.getLogcatOptions(); in createLogcatReceiver() 2348 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver() 2352 mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver() 2649 int slotTime = mOptions.getWifiRetryWaitTime(); in connectToWifiNetwork() [all …]
|
D | RemoteAndroidDevice.java | 107 InstanceType type = mOptions.getInstanceType(); in postAdbReboot()
|
D | TestDevice.java | 920 if (mOptions.isDisableKeyguard()) { in prePostBootSetup() 1722 return new WifiHelper(this, mOptions.getWifiUtilAPKPath(), doSetup); in createWifiHelper()
|
/tools/tradefederation/contrib/src/com/android/monkey/ |
D | MonkeyBase.java | 155 private Collection<String> mOptions = new LinkedList<>(); field in MonkeyBase 619 cmdList.addAll(mOptions); in buildMonkeyCommand()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 1625 mOptions = new TestDeviceOptions() { in testDoReboot_skipped()
|
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |