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

/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java47 private final Attributes mainAttributes; field in class:StrictJarManifest
73 mainAttributes = new Attributes();
99 mainAttributes = (Attributes) man.mainAttributes.clone();
118 mainAttributes.clear();
151 return mainAttributes;
194 StrictJarManifestReader im = new StrictJarManifestReader(buf, mainAttributes);
206 return mainAttributes.hashCode() ^ getEntries().hashCode();
226 if (!mainAttributes.equals(((StrictJarManifest) o).mainAttributes)) {
[all...]

Completed in 53 milliseconds