Searched refs:mConcurrentFlasherLimit (Results 1 – 3 of 3) sorted by relevance
76 private Integer mConcurrentFlasherLimit = null; field in FastbootTest156 if (mConcurrentFlasherLimit != null) { in testFastboot()158 "concurrent-flasher-limit", mConcurrentFlasherLimit.toString()); in testFastboot()
40 private Integer mConcurrentFlasherLimit = 1; field in HostOptions102 return mConcurrentFlasherLimit; in getConcurrentFlasherLimit()
97 private Integer mConcurrentFlasherLimit = null; field in DeviceFlashPreparer