Searched refs:findZipSections (Results 1 – 6 of 6) sorted by relevance
57 public static ZipSections findZipSections(DataSource apk) in findZipSections() method in ApkUtils289 zipSections = findZipSections(apk); in getAndroidManifest()
20 import static com.android.apksig.apk.ApkUtils.findZipSections;1019 ApkUtils.ZipSections zipSections = findZipSections(signedApk); in testSignApk_stampFile()1124 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(signedApk); in testSignApk_stampBlock_noStampGenerated()1253 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in getSignatureInfoFromApk()
199 zipSections = ApkUtils.findZipSections(apk); in getApkDigest()
190 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in readFromApkDataSource()
230 inputZipSections = ApkUtils.findZipSections(inputApk); in sign()
177 zipSections = ApkUtils.findZipSections(apk); in verify()