/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/ |
D | GceManagerTest.java | 61 private TestDeviceOptions mOptions; field in GceManagerTest 71 mOptions = new TestDeviceOptions(); in setUp() 72 OptionSetter setter = new OptionSetter(mOptions); in setUp() 76 mOptions.setAvdDriverBinary(mAvdBinary); in setUp() 77 mOptions.setAvdConfigFile(mAvdBinary); in setUp() 79 new GceManager(mMockDeviceDesc, mOptions, mMockBuildInfo, null) { in setUp() 172 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand() 203 OptionSetter setter = new OptionSetter(mOptions); in testBuildGceCommand_withServiceAccountJsonKeyFile() 210 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile() 245 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() 145 mOptions, in testPushFileToRemote() 188 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 | 86 mOptions = new TestDeviceOptions(); in TestableRemoteAndroidVirtualDevice()
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestInfo.java | 37 private List<TestOption> mOptions = new ArrayList<TestOption>(); field in TestInfo 61 mOptions.add(option); in addOption() 62 Collections.sort(mOptions); in addOption() 66 return mOptions; in getOptions() 132 commonOptions.retainAll(new HashSet<TestOption>(mOptions)); in merge() 133 mOptions = new ArrayList<TestOption>(commonOptions); in merge() 170 mOptions.stream() in merge() 178 mOptions.stream() in merge() 182 mOptions.stream() in merge() 190 mOptions.stream() in merge() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecutionTest.java | 59 private SandboxOptions mOptions; field in ParentSandboxInvocationExecutionTest 85 mOptions = new SandboxOptions(); in setUp() 100 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig() 101 OptionSetter setter = new OptionSetter(mOptions); in testParentConfig() 122 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig_errorStage() 123 OptionSetter setter = new OptionSetter(mOptions); in testParentConfig_errorStage() 149 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig_exception() 150 OptionSetter setter = new OptionSetter(mOptions); in testParentConfig_exception()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 204 protected TestDeviceOptions mOptions = new TestDeviceOptions(); field in NativeDevice 361 mOptions = options; in setOptions() 372 mOptions.setMaxLogcatDataSize(size); in setTmpLogcatSize() 1864 return mOptions.getUseFastbootErase(); in getUseFastbootErase() 1872 mOptions.setUseFastbootErase(useFastbootErase); in setUseFastbootErase() 1881 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition() 2247 String logcatOptions = mOptions.getLogcatOptions(); in createLogcatReceiver() 2249 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver() 2253 mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver() 2546 int slotTime = mOptions.getWifiRetryWaitTime(); in connectToWifiNetwork() [all …]
|
D | TestDevice.java | 841 if (mOptions.isDisableKeyguard()) { in prePostBootSetup() 1555 return new WifiHelper(this, mOptions.getWifiUtilAPKPath()); in createWifiHelper() 1567 return new WifiHelper(this, mOptions.getWifiUtilAPKPath(), doSetup); in createWifiHelper()
|
D | RemoteAndroidDevice.java | 99 InstanceType type = mOptions.getInstanceType(); in postAdbReboot()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | RemoteInvocationExecution.java | 691 private TestDeviceOptions mOptions; field in RemoteInvocationExecution.StartDeviceThread 710 mOptions = options; in StartDeviceThread() 718 mFinalResult = startDevice(mListener, mUserId, mInfo, mOptions, mRunUtil, mToken); in run()
|
/tools/tradefederation/contrib/src/com/android/monkey/ |
D | MonkeyBase.java | 155 private Collection<String> mOptions = new LinkedList<>(); field in MonkeyBase 616 cmdList.addAll(mOptions); in buildMonkeyCommand()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 1611 mOptions = new TestDeviceOptions() { in testDoReboot_skipped()
|