Searched refs:getConcurrentFlasherLimit (Results 1 – 4 of 4) sorted by relevance
35 Integer getConcurrentFlasherLimit(); in getConcurrentFlasherLimit() method
59 public Integer getConcurrentFlasherLimit() { in getConcurrentFlasherLimit() method in HostOptions
1317 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in initConcurrentFlashLock()1339 if (hostOptions.getConcurrentFlasherLimit() != null) { in getAvailableFlashingPermits()1340 return hostOptions.getConcurrentFlasherLimit(); in getAvailableFlashingPermits()1352 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in takeFlashingPermit()
1228 EasyMock.expect(mMockHostOptions.getConcurrentFlasherLimit()) in testFlashLimit()1267 EasyMock.expect(mMockHostOptions.getConcurrentFlasherLimit()).andReturn(1).anyTimes(); in testFlashLimit_withHostOptions()