| /frameworks/base/services/core/java/com/android/server/pm/parsing/ |
| D | PackageCacher.java | 72 private String getCacheKey(File packageFile, int flags) { in getCacheKey() 139 private static boolean isCacheUpToDate(File packageFile, File cacheFile) { in isCacheUpToDate() 182 public ParsedPackage getCachedResult(File packageFile, int flags) { in getCachedResult() 213 public void cacheResult(File packageFile, int flags, ParsedPackage parsed) { in cacheResult() 244 public void cleanCachedResult(@NonNull File packageFile) { in cleanCachedResult()
|
| /frameworks/base/core/java/com/android/internal/pm/parsing/ |
| D | IPackageCacher.java | 29 ParsedPackage getCachedResult(File packageFile, int flags); in getCachedResult() 34 void cacheResult(File packageFile, int flags, ParsedPackage parsed); in cacheResult()
|
| D | PackageParser2.java | 117 public ParsedPackage parsePackage(File packageFile, int flags, boolean useCaches) in parsePackage()
|
| /frameworks/base/packages/EncryptedLocalTransport/src/com/android/encryptedlocaltransport/ |
| D | EncryptedLocalTransport.java | 53 File packageFile; in performBackup() local 92 File packageFile = new File(mRestoreSetIncrementalDir, in getRestoreData() local
|
| /frameworks/base/core/java/android/os/ |
| D | RecoverySystem.java | 283 public static void verifyPackage(File packageFile, in verifyPackage() 480 File packageFile, in processPackage() 541 File packageFile, in processPackage() 562 public static void installPackage(Context context, File packageFile) in installPackage() 584 public static void installPackage(Context context, File packageFile, boolean processed) in installPackage() 822 public static void scheduleUpdateOnBoot(Context context, File packageFile) throws IOException { in scheduleUpdateOnBoot() 1248 public static void rebootWipeAb(Context context, File packageFile, String reason) in rebootWipeAb() 1383 private boolean uncrypt(String packageFile, IRecoverySystemProgressListener listener) { in uncrypt() 1405 private boolean allocateSpaceForUpdate(File packageFile) throws RemoteException { in allocateSpaceForUpdate()
|
| D | IRecoverySystem.aidl | 28 boolean uncrypt(in String packageFile, IRecoverySystemProgressListener listener); in uncrypt()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageManagerServiceUtils.java | 907 final File packageFile = new File(packagePath); in getMinimalPackageInfo() local 963 final File packageFile = new File(packagePath); in calculateInstalledSize() local 1031 final File packageFile = new File(packagePath); in copyPackage() local
|
| /frameworks/base/core/java/android/content/pm/parsing/ |
| D | ApkLiteParseUtils.java | 106 File packageFile, int flags) { in parsePackageLite() 118 File packageFile, int flags) { in parseMonolithicPackageLite()
|
| /frameworks/base/services/core/java/com/android/server/recoverysystem/ |
| D | RecoverySystemService.java | 977 private static CompressedApexInfoList getCompressedApexInfoList(String packageFile) in getCompressedApexInfoList() 1022 public boolean allocateSpaceForUpdate(String packageFile) { in allocateSpaceForUpdate()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | TelephonyTester.java | 313 File packageFile = new File(context.getFilesDir(), fileName); in handleTestConferenceEventPackage() local
|
| /frameworks/base/core/java/com/android/internal/content/ |
| D | NativeLibraryHelper.java | 87 public static Handle create(File packageFile) throws IOException { in create()
|
| /frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
| D | ParsingPackageUtils.java | 322 public ParseResult<ParsingPackage> parsePackage(ParseInput input, File packageFile, int flags) { in parsePackage()
|
| /frameworks/base/services/java/com/android/server/ |
| D | SystemServer.java | 1011 File packageFile = new File(UNCRYPT_PACKAGE_FILE); in performPendingShutdown() local
|
| /frameworks/base/core/java/android/content/pm/ |
| D | PackageParser.java | 968 public static PackageLite parsePackageLite(File packageFile, int flags) in parsePackageLite() 977 private static PackageLite parseMonolithicPackageLite(File packageFile, int flags) in parseMonolithicPackageLite() 1098 public Package parsePackage(File packageFile, int flags, boolean useCaches) in parsePackage() 1111 public Package parsePackage(File packageFile, int flags) throws PackageParserException { in parsePackage()
|