Home
last modified time | relevance | path

Searched refs:hostOptions (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1416 IHostOptions hostOptions = getHostOptions(); in initConcurrentFlashLock()
1417 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in initConcurrentFlashLock()
1438 IHostOptions hostOptions = getHostOptions(); in getAvailableFlashingPermits() local
1439 if (hostOptions.getConcurrentFlasherLimit() != null) { in getAvailableFlashingPermits()
1440 return hostOptions.getConcurrentFlasherLimit(); in getAvailableFlashingPermits()
1451 IHostOptions hostOptions = getHostOptions(); in takeFlashingPermit()
1452 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in takeFlashingPermit()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIGlobalConfiguration.java219 public void setHostOptions(IHostOptions hostOptions); in setHostOptions() argument
DGlobalConfiguration.java526 public void setHostOptions(IHostOptions hostOptions) { in setHostOptions() argument
527 setConfigurationObjectNoThrow(HOST_OPTIONS_TYPE_NAME, hostOptions); in setHostOptions()