Home
last modified time | relevance | path

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

/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/device/
DDeviceManager.java395 IHostOptions getHostOptions() { in getHostOptions() method in DeviceManager
396 return getGlobalConfig().getHostOptions(); in getHostOptions()
1416 IHostOptions hostOptions = getHostOptions(); in initConcurrentFlashLock()
1438 IHostOptions hostOptions = getHostOptions(); in getAvailableFlashingPermits()
1451 IHostOptions hostOptions = getHostOptions(); in takeFlashingPermit()
DNativeDevice.java1827 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand()
4440 IHostOptions getHostOptions() { in getHostOptions() method in NativeDevice
4441 return GlobalConfiguration.getInstance().getHostOptions(); in getHostOptions()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java152 protected IHostOptions getHostOptions() { in getHostOptions() method in DeviceFlashPreparer
153 return GlobalConfiguration.getInstance().getHostOptions(); in getHostOptions()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIGlobalConfiguration.java48 public IHostOptions getHostOptions(); in getHostOptions() method
DGlobalConfiguration.java361 public IHostOptions getHostOptions() { in getHostOptions() method in GlobalConfiguration
754 getHostOptions().validateOptions(); in validateOptions()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGoogleApiClientUtil.java123 .getHostOptions() in doCreateCredential()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java189 assertNotNull(filteredGlobalConfig.getHostOptions()); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java91 protected IHostOptions getHostOptions() { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java283 IHostOptions getHostOptions() { in createDeviceManagerNoInit()
DTestDeviceTest.java123 IHostOptions getHostOptions() { in getHostOptions() method in TestDeviceTest.TestableTestDevice