Searched refs:cacheLastLocation (Results 1 – 2 of 2) sorted by relevance
45 public Optional<Boolean> cacheLastLocation = Optional.absent(); field in TestFlags198 public boolean cacheLastLocation() { in cacheLastLocation() method in TestFlags199 return cacheLastLocation.or(delegate.cacheLastLocation()); in cacheLastLocation()
112 default boolean cacheLastLocation() { in cacheLastLocation() method