Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java81 private volatile boolean hasCheckedSpecialAttributes; field in JarFile
670 if (hasCheckedSpecialAttributes) return; in checkForSpecialAttributes()
681 hasCheckedSpecialAttributes = true; in checkForSpecialAttributes()
/libcore/ojluni/annotations/hiddenapi/java/util/jar/
DJarFile.java143 private volatile boolean hasCheckedSpecialAttributes; field in JarFile