HomeSort by relevance Sort by last modified time
    Searched defs:metaEntries (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/util/jar/
StrictJarVerifier.java 83 private final HashMap<String, byte[]> metaEntries;
184 HashMap<String, byte[]> metaEntries, boolean signatureSchemeRollbackProtectionsEnforced) {
187 this.metaEntries = metaEntries;
271 metaEntries.put(name.toUpperCase(Locale.US), buf);
292 if (metaEntries.isEmpty()) {
296 Iterator<String> it = metaEntries.keySet().iterator();
357 byte[] sfBytes = metaEntries.get(signatureFile);
362 byte[] manifestBytes = metaEntries.get(JarFile.MANIFEST_NAME);
368 byte[] sBlockBytes = metaEntries.get(certFile)
    [all...]
StrictJarFile.java 113 HashMap<String, byte[]> metaEntries = getMetaEntries();
114 this.manifest = new StrictJarManifest(metaEntries.get(JarFile.MANIFEST_NAME), true);
119 metaEntries,
297 HashMap<String, byte[]> metaEntries = new HashMap<String, byte[]>();
302 metaEntries.put(entry.getName(), Streams.readFully(getInputStream(entry)));
305 return metaEntries;
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 

Completed in 61 milliseconds