Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java57 static class WatchEventResult { class in WatchServiceTest
62 public WatchEventResult(WatchEvent.Kind<Path> expectedKind) { in WatchEventResult() method in WatchServiceTest.WatchEventResult
68 public WatchEventResult(WatchEvent.Kind<Path> expectedKind, in WatchEventResult() method in WatchServiceTest.WatchEventResult
77 Map<WatchKey, List<WatchEventResult>> expectedResults, in checkWatchServiceEventMultipleKeys()
81 HashMap<WatchKey, ArrayList<WatchEventResult>> expectedResultsCopy in checkWatchServiceEventMultipleKeys()
83 for (Map.Entry<WatchKey, List<WatchEventResult>> entry : expectedResults.entrySet()) { in checkWatchServiceEventMultipleKeys()
91 List<WatchEventResult> expectedEvents = expectedResultsCopy.get(watchKey); in checkWatchServiceEventMultipleKeys()
94 Iterator<WatchEventResult> expectedEventsIterator = expectedEvents.iterator(); in checkWatchServiceEventMultipleKeys()
96 WatchEventResult expectedEventResult = expectedEventsIterator.next(); in checkWatchServiceEventMultipleKeys()
114 List<WatchEventResult> expectedEvents, in checkWatchServiceEvent()
[all …]