Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DWatchServiceConfigurationTest.java57 WatchService watchService = polling.newWatchService(fs.getDefaultView(), fs.getPathService()); in testPollingConfig() local
67 WatchService watchService = in testDefaultConfig() local
DConfigurationTest.java343 WatchService watchService = fs.newWatchService(); in testFileSystemWithDefaultWatchService() local
359 WatchService watchService = fs.newWatchService(); in testFileSystemWithCustomWatchServicePollingInterval() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFileObserver.java37 private final WatchService watchService; field in ShadowFileObserver
201 private final WatchService watchService; field in ShadowFileObserver.WatcherRunnable
207 WatchService watchService) { in WatcherRunnable()