Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/file/
DWatchKey.java104 List<WatchEvent<?>> pollEvents(); in pollEvents() method
/libcore/ojluni/src/main/java/sun/nio/fs/
DAbstractWatchKey.java163 public final List<WatchEvent<?>> pollEvents() { in pollEvents() method in AbstractWatchKey
/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java95 for (WatchEvent<?> event : watchKey.pollEvents()) { in checkWatchServiceEventMultipleKeys()
148 List<WatchEvent<?>> event = doubleModifyKey.pollEvents(); in test_singleFile()
DLinuxPathTest.java388 eventList.addAll(key.pollEvents()); in test_register$WatchService$WatchEvent_Kind()
/libcore/api/
Dcurrent.txt7581 method public java.util.List<java.nio.file.WatchEvent<?>> pollEvents();