Home
last modified time | relevance | path

Searched refs:getConcurrentFlasherLimit (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1537 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in initConcurrentFlashLock()
1559 if (hostOptions.getConcurrentFlasherLimit() != null) { in getAvailableFlashingPermits()
1560 return hostOptions.getConcurrentFlasherLimit(); in getAvailableFlashingPermits()
1572 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in takeFlashingPermit()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java1406 EasyMock.expect(mMockHostOptions.getConcurrentFlasherLimit()) in testFlashLimit()
1446 EasyMock.expect(mMockHostOptions.getConcurrentFlasherLimit()).andReturn(1).anyTimes(); in testFlashLimit_withHostOptions()
/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DIHostOptions.java39 Integer getConcurrentFlasherLimit(); in getConcurrentFlasherLimit() method
DHostOptions.java101 public Integer getConcurrentFlasherLimit() { in getConcurrentFlasherLimit() method in HostOptions