Home
last modified time | relevance | path

Searched refs:mConcurrentFlasherLimit (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java76 private Integer mConcurrentFlasherLimit = null; field in FastbootTest
156 if (mConcurrentFlasherLimit != null) { in testFastboot()
158 "concurrent-flasher-limit", mConcurrentFlasherLimit.toString()); in testFastboot()
/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DHostOptions.java40 private Integer mConcurrentFlasherLimit = 1; field in HostOptions
102 return mConcurrentFlasherLimit; in getConcurrentFlasherLimit()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java97 private Integer mConcurrentFlasherLimit = null; field in DeviceFlashPreparer