Home
last modified time | relevance | path

Searched defs:ze (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DStrictJarFileTest.java122 final ZipEntry ze = it.next(); in checkIteration() local
123 entries.put(ze.getName(), ze); in checkIteration() local
130 ZipEntry ze = entries.get("META-INF/MANIFEST.MF"); in checkIteration() local
172 final ZipEntry ze = jarFile.findEntry("Blah.txt"); in checkFindEntry() local
249 ZipEntry ze = jarFile.findEntry("Test.class"); in checkJarSigning_fudgedEntry() local
280 ZipEntry ze = jarFile.findEntry("Test.class"); in checkJarSigning_modifiedClass() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java216 final ZipEntry ze = (ZipEntry) e.nextElement(); in getResourcesFromJarFile() local