Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java350 private volatile boolean expired; field in ResourceBundle
1435 expiredBundle = bundle.expired; in findBundle()
1512 bundle.expired = false; in loadBundle()
1531 if (bundle.expired) { in hasValidParentChain()
1619 if (p != null && p.expired) { in findBundleInCache()
1621 bundle.expired = true; in findBundleInCache()
1628 if (!bundle.expired && expirationTime >= 0 && in findBundleInCache()
1636 if (!bundle.expired && expirationTime >= 0 && in findBundleInCache()
1639 bundle.expired = control.needsReload(key.getName(), in findBundleInCache()
1648 if (bundle.expired) { in findBundleInCache()
[all …]