Searched refs:JAR (Results 1 – 6 of 6) sorted by relevance
/frameworks/layoutlib/create/ |
D | README.txt | 7 Layoutlib_create generates a JAR library used by the Android Studio graphical layout editors to per… 31 - parses the input JAR, 33 - filters some packages and removes those we don't want in the output JAR, 35 - generates a modified JAR file that is suitable for the Android Studio to perform 45 The resulting JAR is used by layoutlib_bridge (a.k.a. "the bridge"), also part of the platform, that 61 The goal of the analyzer is to create a graph of all the classes from the input JAR with their 90 - the classes to inject in the output JAR -- these classes are directly implemented in 102 to produce a byte array suitable for the final JAR file. 144 method by a call to OverrideMethod.invokeX(). When using the final JAR, the bridge can register
|
/frameworks/base/core/java/android/util/apk/ |
D | ApkSignatureVerifier.java | 157 if (minSignatureSchemeVersion > SignatureSchemeVersion.JAR) { in verifyV3AndBelowSignatures() 386 return new PackageParser.SigningDetails(lastSigs, SignatureSchemeVersion.JAR); in verifyV1Signature() 464 return SignatureSchemeVersion.JAR; in getMinimumSignatureSchemeVersionForTargetSdk()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | StagingManager.java | 216 existingApexPkg.applicationInfo.sourceDir, SignatureSchemeVersion.JAR); in validateApexSignature()
|
D | PackageInstallerSession.java | 2152 PackageParser.SigningDetails.SignatureSchemeVersion.JAR); in validateApkInstallLocked()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1384 apkPath, SigningDetails.SignatureSchemeVersion.JAR); in collectCertificates() 5891 SigningDetails.SignatureSchemeVersion.JAR, 5897 int JAR = 1; field
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ParsingPackageUtils.java | 2755 baseCodePath, SigningDetails.SignatureSchemeVersion.JAR);
|