Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java53 private final Attributes mainAttributes; field in StrictJarManifest
79 mainAttributes = new Attributes(); in StrictJarManifest()
105 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest()
124 mainAttributes.clear(); in clear()
157 return mainAttributes; in getMainAttributes()
200 StrictJarManifestReader im = new StrictJarManifestReader(buf, mainAttributes); in read()
212 return mainAttributes.hashCode() ^ getEntries().hashCode(); in hashCode()
232 if (!mainAttributes.equals(((StrictJarManifest) o).mainAttributes)) { in equals()
266 String version = manifest.mainAttributes.getValue(versionName); in write()
269 version = manifest.mainAttributes.getValue(versionName); in write()
[all …]