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

  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceFlashPreparerTest.java 199 assertFalse(dfp.getConcurrentFlashLock().hasQueuedThreads());
204 assertTrue("No queued threads", dfp.getConcurrentFlashLock().hasQueuedThreads());
209 dfp.getConcurrentFlashLock().hasQueuedThreads());
236 assertFalse(dfp.getConcurrentFlashLock().hasQueuedThreads());
241 assertTrue("No queued threads", dfp.getConcurrentFlashLock().hasQueuedThreads());
246 dfp.getConcurrentFlashLock().hasQueuedThreads());
273 assertNull("Flash lock is non-null", dfp.getConcurrentFlashLock());
280 assertNull("Flash lock is non-null", dfp.getConcurrentFlashLock());
284 assertNull("Flash lock is non-null", dfp.getConcurrentFlashLock());
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 178 Semaphore getConcurrentFlashLock() {

Completed in 1058 milliseconds