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.java1316 IHostOptions hostOptions = getHostOptions(); in initConcurrentFlashLock()
1317 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in initConcurrentFlashLock()
1338 IHostOptions hostOptions = getHostOptions(); in getAvailableFlashingPermits() local
1339 if (hostOptions.getConcurrentFlasherLimit() != null) { in getAvailableFlashingPermits()
1340 return hostOptions.getConcurrentFlasherLimit(); in getAvailableFlashingPermits()
1351 IHostOptions hostOptions = getHostOptions(); in takeFlashingPermit()
1352 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in takeFlashingPermit()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIGlobalConfiguration.java208 public void setHostOptions(IHostOptions hostOptions); in setHostOptions() argument
DGlobalConfiguration.java475 public void setHostOptions(IHostOptions hostOptions) { in setHostOptions() argument
476 setConfigurationObjectNoThrow(HOST_OPTIONS_TYPE_NAME, hostOptions); in setHostOptions()