Searched refs:mConcurrentFlasherLimit (Results 1 – 3 of 3) sorted by relevance
50 private Integer mConcurrentFlasherLimit = 1; field in HostOptions177 return mConcurrentFlasherLimit; in getConcurrentFlasherLimit()315 PermitLimitType.CONCURRENT_FLASHER, mConcurrentFlasherLimit); in initConcurrentLocks()
76 private Integer mConcurrentFlasherLimit = null; field in FastbootTest156 if (mConcurrentFlasherLimit != null) { in testFastboot()158 "concurrent-flasher-limit", mConcurrentFlasherLimit.toString()); in testFastboot()
108 private Integer mConcurrentFlasherLimit = null; field in DeviceFlashPreparer