Searched refs:lastTickCount (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
H A DPollingWatchService.java202 private int lastTickCount; field in class:PollingWatchService.CacheEntry
204 CacheEntry(long lastModified, int lastTickCount) { argument
206 this.lastTickCount = lastTickCount;
209 int lastTickCount() { method in class:PollingWatchService.CacheEntry
210 return lastTickCount;
219 this.lastTickCount = tickCount;
400 if (entry.lastTickCount() != tickCount) {

Completed in 38 milliseconds