HomeSort by relevance Sort by last modified time
    Searched refs:setConcurrentFlashSettings (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceFlashPreparerTest.java 85 mDeviceFlashPreparer.setConcurrentFlashSettings(null, null, true);
196 dfp.setConcurrentFlashSettings(1, new Semaphore(1), true);
215 dfp.setConcurrentFlashSettings(null, null, true);
253 dfp.setConcurrentFlashSettings(null, null, true);
270 dfp.setConcurrentFlashSettings(null, null, true);
290 dfp.setConcurrentFlashSettings(null, null, true);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 159 void setConcurrentFlashSettings(Integer limit, Semaphore flashLock, boolean shouldCheck) {
166 throw new IllegalStateException(String.format("setConcurrentFlashSettings may " +

Completed in 99 milliseconds