Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/jar/
DStrictJarManifest.java50 private final Attributes mainAttributes; field in StrictJarManifest
76 mainAttributes = new Attributes(); in StrictJarManifest()
102 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest()
121 mainAttributes.clear(); in clear()
154 return mainAttributes; in getMainAttributes()
197 StrictJarManifestReader im = new StrictJarManifestReader(buf, mainAttributes); in read()
209 return mainAttributes.hashCode() ^ getEntries().hashCode(); in hashCode()
229 if (!mainAttributes.equals(((StrictJarManifest) o).mainAttributes)) { in equals()
263 String version = manifest.mainAttributes.getValue(versionName); in write()
266 version = manifest.mainAttributes.getValue(versionName); in write()
[all …]