Searched refs:mTestDeviceOptions (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/ |
D | OxygenClientTest.java | 63 private TestDeviceOptions mTestDeviceOptions; field in OxygenClientTest 130 mTestDeviceOptions = in setUp() 137 OptionSetter setter = new OptionSetter(mTestDeviceOptions); in setUp() 193 CommandResult res = mOxygenClient.leaseDevice(mBuildInfo, mTestDeviceOptions, attributes); in testLease() 295 Arrays.asList(mBuildInfo, mBuildInfo), mTestDeviceOptions, attributes); in testLeaseMultipleDevice() 331 boolean isReleased = mOxygenClient.release(mGceAvdInfo, mTestDeviceOptions); in testRelease() 340 boolean isReleased = mOxygenClient.release(emptyGceAvdInfo, mTestDeviceOptions); in testReleaseEmptyGceAvdInfo() 347 assertFalse(mOxygenClient.noWaitForBootSpecified(mTestDeviceOptions)); in testNoWaitForBootSpecified() 349 OptionSetter setter = new OptionSetter(mTestDeviceOptions); in testNoWaitForBootSpecified() 351 assertTrue(mOxygenClient.noWaitForBootSpecified(mTestDeviceOptions)); in testNoWaitForBootSpecified() [all …]
|
D | HostOrchestratorUtilTest.java | 48 private TestDeviceOptions mTestDeviceOptions; field in HostOrchestratorUtilTest 67 mTestDeviceOptions = new TestDeviceOptions(); in setUp() 76 OptionSetter setter = new OptionSetter(mTestDeviceOptions); in testCreateHostOrchestratorTunnel_NoCVDNoOxygenation() 78 Mockito.doReturn(mTestDeviceOptions).when(mMockDevice).getOptions(); in testCreateHostOrchestratorTunnel_NoCVDNoOxygenation() 86 OptionSetter setter = new OptionSetter(mTestDeviceOptions); in testCreateHostOrchestratorTunnel_Oxygenation() 88 Mockito.doReturn(mTestDeviceOptions).when(mMockDevice).getOptions(); in testCreateHostOrchestratorTunnel_Oxygenation() 98 OptionSetter setter = new OptionSetter(mTestDeviceOptions); in testCreateHostOrchestratorTunnel_Oxygen_UseCVD() 101 Mockito.doReturn(mTestDeviceOptions).when(mMockDevice).getOptions(); in testCreateHostOrchestratorTunnel_Oxygen_UseCVD() 110 OptionSetter setter = new OptionSetter(mTestDeviceOptions); in testPullCvdHostLogs_Oxygenation_Success() 113 Mockito.doReturn(mTestDeviceOptions).when(mMockDevice).getOptions(); in testPullCvdHostLogs_Oxygenation_Success() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 2986 builder.mTestDeviceOptions.put("enable-device-connection", "true"); in startMicrodroid() 2987 builder.mTestDeviceOptions.put( in startMicrodroid() 2989 microdroid.setTestDeviceOptions(builder.mTestDeviceOptions); in startMicrodroid() 3252 private Map<String, String> mTestDeviceOptions; field in TestDevice.MicrodroidBuilder 3272 mTestDeviceOptions = new LinkedHashMap<>(); in MicrodroidBuilder() 3364 mTestDeviceOptions.put(optionName, valueText); in addTestDeviceOption()
|