Home
last modified time | relevance | path

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

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZipMergeTest.java75 String e2Txt = new String(e2Bytes, Charsets.US_ASCII); in mergeZip() local
76 assertEquals("file with more text to allow deflating to be useful", e2Txt); in mergeZip()
DZFileTest.java138 String e2Txt = new String(e2Bytes, Charsets.US_ASCII); in readZipWithTwoFilesOneDirectory() local
139 assertEquals("file with more text to allow deflating to be useful", e2Txt); in readZipWithTwoFilesOneDirectory()