Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java320 private int reloadCount; field in ServiceLoader
1348 final int expectedReloadCount = ServiceLoader.this.reloadCount; in iterator()
1358 if (ServiceLoader.this.reloadCount != expectedReloadCount) in iterator()
1444 final int expectedReloadCount = ServiceLoader.this.reloadCount;
1460 if (ServiceLoader.this.reloadCount != expectedReloadCount) in tryAdvance()
1764 reloadCount++; in reload()