Searched refs:blockedDocuments (Results 1 – 1 of 1) sorted by relevance
202 final private Map<String, CountDownLatch> blockedDocuments = new HashMap<>(); field in DocumentLoaderTest.BlockableTestMtpManager209 blockedDocuments.put(pack(deviceId, objectHandle), new CountDownLatch(1)); in blockDocument()213 blockedDocuments.get(pack(deviceId, objectHandle)).countDown(); in unblockDocument()218 final CountDownLatch latch = blockedDocuments.get(pack(deviceId, objectHandle)); in getObjectInfo()