Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java146 WatchKey doubleModifyKey = watchService.poll(); in test_singleFile() local
147 if (doubleModifyKey != null) { in test_singleFile()
148 List<WatchEvent<?>> event = doubleModifyKey.pollEvents(); in test_singleFile()
150 doubleModifyKey.reset(); in test_singleFile()