Searched refs:originalApex (Results 1 – 1 of 1) sorted by relevance
161 final File originalApex = mHostUtils.getTestFile(ORIGINAL_APEX_FILE_NAME); in testCompressedApexIsDecompressedAndActivated() local162 final byte[] originalApexFileBytes = Files.readAllBytes(Paths.get(originalApex.toURI())); in testCompressedApexIsDecompressedAndActivated()