Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFileObserver.java39 private final Map<WatchKey, Path> watchedKeys = new HashMap<>(); field in ShadowFileObserver
200 private final Map<WatchKey, Path> watchedKeys; field in ShadowFileObserver.WatcherRunnable
206 Map<WatchKey, Path> watchedKeys, in WatcherRunnable()