Home
last modified time | relevance | path

Searched defs:apexFile (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
H A DStagedInstallInternalTest.java263 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagdReadyTimeoutFlagWorks() local
278 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagedInstallWaitsTillReadyByDefault() local
293 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagedReadyWaitCanBeSkipped() local
310 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbRollbackAppWaitsForStagedReady() local
327 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbInstallMultiPackageCommandWorks() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java123 public final File apexFile; field in ApexManager.ActiveApexInfo
126 private ActiveApexInfo(File apexDirectory, File preInstalledApexPath, File apexFile) { in ActiveApexInfo()
131 File preInstalledApexPath, boolean isFactory, File apexFile, in ActiveApexInfo()
368 abstract ApexInfo installPackage(File apexFile) throws PackageManagerException; in installPackage()
913 ApexInfo installPackage(File apexFile) in installPackage()
1173 ApexInfo installPackage(File apexFile) { in installPackage()
H A DPackageSessionVerifier.java400 File apexFile = new File(apexInfo.modulePath); in submitSessionToApexService() local
H A DInstallPackageHelper.java3646 File apexFile = new File(ai.modulePath); in scanApexPackages() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DApexManagerTest.java498 File apexFile = extractResource(TEST_APEX_PKG, TEST_APEX_FILE_NAME); in createApexInfoForTestPkg() local
514 boolean isFactory, File apexFile) { in createApexInfo()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java869 File apexFile = new File(apexInfo.modulePath); in generatePackageInfo() local