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.java353 private volatile boolean expired; field in ResourceBundle
1439 expiredBundle = bundle.expired; in findBundle()
1516 bundle.expired = false; in loadBundle()
1535 if (bundle.expired) { in hasValidParentChain()
1623 if (p != null && p.expired) { in findBundleInCache()
1625 bundle.expired = true; in findBundleInCache()
1632 if (!bundle.expired && expirationTime >= 0 && in findBundleInCache()
1640 if (!bundle.expired && expirationTime >= 0 && in findBundleInCache()
1643 bundle.expired = control.needsReload(key.getName(), in findBundleInCache()
1652 if (bundle.expired) { in findBundleInCache()
[all …]