Home
last modified time | relevance | path

Searched defs:expectedEvents (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java91 List<WatchEventResult> expectedEvents = expectedResultsCopy.get(watchKey); in checkWatchServiceEventMultipleKeys() local
114 List<WatchEventResult> expectedEvents, in checkWatchServiceEvent()