Home
last modified time | relevance | path

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

/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
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
/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java116 public final File apexFile; field in ApexManager.ActiveApexInfo
119 private ActiveApexInfo(File apexDirectory, File preInstalledApexPath, File apexFile) { in ActiveApexInfo()
124 File preInstalledApexPath, boolean isFactory, File apexFile, in ActiveApexInfo()
366 abstract ApexInfo installPackage(File apexFile, boolean force) throws PackageManagerException; in installPackage()
912 ApexInfo installPackage(File apexFile, boolean force) in installPackage()
DPackageSessionVerifier.java403 File apexFile = new File(apexInfo.modulePath); in submitSessionToApexService() local
DInstallPackageHelper.java3526 File apexFile = new File(ai.modulePath); in scanApexPackages() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DApexManagerTest.java513 File apexFile = extractResource(TEST_APEX_PKG, TEST_APEX_FILE_NAME); in createApexInfoForTestPkg() local
529 boolean isFactory, File apexFile) { in createApexInfo()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java869 File apexFile = new File(apexInfo.modulePath); in generatePackageInfo() local