Home
last modified time | relevance | path

Searched refs:InspectJarEntryRequest (Results 1 – 4 of 4) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/
DApkSignerEngine.java180 InspectJarEntryRequest outputJarEntry(String entryName) throws IllegalStateException; in outputJarEntry()
360 private final InspectJarEntryRequest mInspectJarEntryRequest;
379 InspectJarEntryRequest inspectJarEntryRequest) { in InputJarEntryInstructions()
395 public InspectJarEntryRequest getInspectJarEntryRequest() { in getInspectJarEntryRequest()
421 interface InspectJarEntryRequest { interface
DDefaultApkSignerEngine.java761 public InspectJarEntryRequest outputJarEntry(String entryName) { in outputJarEntry()
1431 private static class GetJarEntryDataRequest implements InspectJarEntryRequest {
1497 private static class GetJarEntryDataDigestRequest implements InspectJarEntryRequest {
1580 private static class CompoundInspectJarEntryRequest implements InspectJarEntryRequest {
1582 private final InspectJarEntryRequest[] mRequests;
1588 String entryName, InspectJarEntryRequest... requests) { in CompoundInspectJarEntryRequest()
1614 for (InspectJarEntryRequest request : mRequests) { in done()
DApkSigner.java402 ApkSignerEngine.InspectJarEntryRequest inspectEntryRequest = in sign()
636 ApkSignerEngine.InspectJarEntryRequest inspectEntryRequest = in requestOutputEntryInspection()
681 ApkSignerEngine.InspectJarEntryRequest inspectEntryRequest) in fulfillInspectInputJarEntryRequest()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DSigningExtension.java252 ApkSignerEngine.InspectJarEntryRequest inspectEntryRequest = in onZipEntryOutput()