Home
last modified time | relevance | path

Searched refs:getHostOptions (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java407 IHostOptions getHostOptions() { in getHostOptions() method in DeviceManager
408 return getGlobalConfig().getHostOptions(); in getHostOptions()
528 for (String ip : getGlobalConfig().getHostOptions().getKnownTcpDeviceIpPool()) { in addNetworkDevices()
535 for (String ip : getGlobalConfig().getHostOptions().getKnownGceDeviceIpPool()) { in addNetworkDevices()
1360 if (entry.getValue() && getHostOptions().isFastbootdEnable()) { in run()
1536 IHostOptions hostOptions = getHostOptions(); in initConcurrentFlashLock()
1558 IHostOptions hostOptions = getHostOptions(); in getAvailableFlashingPermits()
1571 IHostOptions hostOptions = getHostOptions(); in takeFlashingPermit()
DNativeDevice.java1920 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand()
2984 if (RebootMode.REBOOT_INTO_FASTBOOTD.equals(mode) && getHostOptions().isFastbootdEnable()) { in rebootIntoFastbootInternal()
4973 IHostOptions getHostOptions() { in getHostOptions() method in NativeDevice
4974 return GlobalConfiguration.getInstance().getHostOptions(); in getHostOptions()
/tools/tradefederation/core/src/com/android/tradefed/build/gcs/
DGCSDownloaderHelper.java47 getHostOptions().getDownloadCacheDir(), new GCSFileDownloader()); in getGCSFileDownloader()
53 private IHostOptions getHostOptions() { in getHostOptions() method in GCSDownloaderHelper
54 return GlobalConfiguration.getInstance().getHostOptions(); in getHostOptions()
/tools/tradefederation/core/src/com/android/tradefed/host/gcs/
DGCSHostResourceManager.java71 getHostOptions().getDownloadCacheDir(), new GCSFileDownloader()); in getGCSFileDownloader()
76 private IHostOptions getHostOptions() { in getHostOptions() method in GCSHostResourceManager
77 return GlobalConfiguration.getInstance().getHostOptions(); in getHostOptions()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGoogleApiClientUtilTest.java88 .getHostOptions() in setUp()
98 .getHostOptions() in tearDown()
116 new OptionSetter(GlobalConfiguration.getInstance().getHostOptions()); in testCreateCredential_useHostOptions()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java167 protected IHostOptions getHostOptions() { in getHostOptions() method in DeviceFlashPreparer
168 return GlobalConfiguration.getInstance().getHostOptions(); in getHostOptions()
DDeviceImageZipFlashingTargetPreparer.java164 GlobalConfiguration.getInstance().getHostOptions().getFastbootTmpDir(); in extractZip()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java355 IHostOptions getHostOptions() { in getHostOptions() method in ClusterClient
357 mHostOptions = GlobalConfiguration.getInstance().getHostOptions(); in getHostOptions()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java367 public IHostOptions getHostOptions() { in getHostOptions() method in GlobalConfiguration
765 getHostOptions().validateOptions(); in validateOptions()
DIGlobalConfiguration.java49 public IHostOptions getHostOptions(); in getHostOptions() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java200 EasyMock.expect(mMockGlobalConfig.getHostOptions()).andStubReturn(new HostOptions()); in setUp()
287 IHostOptions getHostOptions() { in createDeviceManagerNoInit()
DNativeDeviceTest.java122 IHostOptions getHostOptions() { in getHostOptions() method in NativeDeviceTest.TestableAndroidNativeDevice
DTestDeviceTest.java128 IHostOptions getHostOptions() { in getHostOptions() method in TestDeviceTest.TestableTestDevice
/tools/tradefederation/core/src/com/android/tradefed/util/
DGoogleApiClientUtil.java123 .getHostOptions() in doCreateCredential()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java190 assertNotNull(filteredGlobalConfig.getHostOptions()); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java95 protected IHostOptions getHostOptions() { in setUp()