Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java51 private static final WatchEvent.Kind<?>[] ALL_EVENTS_KINDS = field in WatchServiceTest
128 WatchKey directoryKey1 = directory.register(watchService, ALL_EVENTS_KINDS); in test_singleFile()
194 WatchKey directoryKey1 = directory.register(watchService, ALL_EVENTS_KINDS); in test_singleDirectory()
223 WatchKey directoryKey1 = directory.register(watchService, ALL_EVENTS_KINDS); in test_cancel()
253 WatchKey directoryKey1 = directory.register(watchService, ALL_EVENTS_KINDS); in test_removeTarget()
291 WatchKey directoryKey1 = directory1.register(watchService1, ALL_EVENTS_KINDS); in test_multipleKeys()
292 WatchKey directoryKey2 = directory2.register(watchService1, ALL_EVENTS_KINDS); in test_multipleKeys()
333 WatchKey directoryKey1 = directory1.register(watchService1, ALL_EVENTS_KINDS); in test_multipleServices()
334 WatchKey directoryKey2 = directory2.register(watchService2, ALL_EVENTS_KINDS); in test_multipleServices()
350 WatchKey directoryKey3 = directory1.register(watchService2, ALL_EVENTS_KINDS); in test_multipleServices()