Home
last modified time | relevance | path

Searched refs:setConcurrentFlashSettings (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java1409 manager.setConcurrentFlashSettings(new Semaphore(1), true); in testFlashLimit()
1428 manager.setConcurrentFlashSettings(null, true); in testFlashLimit()
1467 manager.setConcurrentFlashSettings(null, true); in testFlashLimit_withHostOptions()
1485 manager.setConcurrentFlashSettings(null, true); in testUnlimitedFlashLimit()
1505 manager.setConcurrentFlashSettings(null, true); in testUnlimitedFlashLimit()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1514 void setConcurrentFlashSettings(Semaphore flashLock, boolean shouldCheck) { in setConcurrentFlashSettings() method in DeviceManager