Home
last modified time | relevance | path

Searched defs:packageFile (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageCacher.java77 private String getCacheKey(File packageFile, int flags) { in getCacheKey()
144 private static boolean isCacheFileUpToDate(File packageFile, File cacheFile) { in isCacheFileUpToDate()
187 public ParsedPackage getCachedResult(File packageFile, int flags) { in getCachedResult()
238 public void cacheResult(File packageFile, int flags, ParsedPackage parsed) { in cacheResult()
269 public void cleanCachedResult(@NonNull File packageFile) { in cleanCachedResult()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DIPackageCacher.java29 ParsedPackage getCachedResult(File packageFile, int flags); in getCachedResult()
34 void cacheResult(File packageFile, int flags, ParsedPackage parsed); in cacheResult()
DPackageParser2.java117 public ParsedPackage parsePackage(File packageFile, int flags, boolean useCaches) in parsePackage()
/frameworks/base/packages/EncryptedLocalTransport/src/com/android/encryptedlocaltransport/
DEncryptedLocalTransport.java53 File packageFile; in performBackup() local
92 File packageFile = new File(mRestoreSetIncrementalDir, in getRestoreData() local
/frameworks/base/core/java/android/os/
DRecoverySystem.java284 public static void verifyPackage(File packageFile, in verifyPackage()
481 File packageFile, in processPackage()
542 File packageFile, in processPackage()
563 public static void installPackage(Context context, File packageFile) in installPackage()
585 public static void installPackage(Context context, File packageFile, boolean processed) in installPackage()
823 public static void scheduleUpdateOnBoot(Context context, File packageFile) throws IOException { in scheduleUpdateOnBoot()
1265 public static void rebootWipeAb(Context context, File packageFile, String reason) in rebootWipeAb()
1400 private boolean uncrypt(String packageFile, IRecoverySystemProgressListener listener) { in uncrypt()
1422 private boolean allocateSpaceForUpdate(File packageFile) throws RemoteException { in allocateSpaceForUpdate()
DIRecoverySystem.aidl28 boolean uncrypt(in String packageFile, IRecoverySystemProgressListener listener); in uncrypt()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java891 final File packageFile = new File(packagePath); in getMinimalPackageInfo() local
947 final File packageFile = new File(packagePath); in calculateInstalledSize() local
1015 final File packageFile = new File(packagePath); in copyPackage() local
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java116 File packageFile, int flags) { in parsePackageLite()
128 File packageFile, int flags) { in parseMonolithicPackageLite()
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java977 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/
DTelephonyTester.java313 File packageFile = new File(context.getFilesDir(), fileName); in handleTestConferenceEventPackage() local
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackageUtils.java330 public ParseResult<ParsingPackage> parsePackage(ParseInput input, File packageFile, int flags) { in parsePackage()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java90 public static Handle create(File packageFile) throws IOException { in create()
/frameworks/base/services/java/com/android/server/
DSystemServer.java1074 File packageFile = new File(UNCRYPT_PACKAGE_FILE); in performPendingShutdown() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java968 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()