Home
last modified time | relevance | path

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

/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
DStagedInstallInternalTest.java192 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagdReadyTimeoutFlagWorks() local
207 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagedInstallWaitsTillReadyByDefault() local
222 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagedReadyWaitCanBeSkipped() local
239 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbRollbackAppWaitsForStagedReady() local
256 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbInstallMultiPackageCommandWorks() local
/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java123 public final File apexFile; field in ApexManager.ActiveApexInfo
126 private ActiveApexInfo(File apexDirectory, File preInstalledApexPath, File apexFile) { in ActiveApexInfo()
131 File preInstalledApexPath, File apexFile, boolean activeApexChanged) { in ActiveApexInfo()
427 abstract void installPackage(File apexFile, PackageParser2 packageParser) in installPackage()
601 File apexFile = new File(ai.modulePath); in scanApexPackagesInternalLocked() local
1139 void installPackage(File apexFile, PackageParser2 packageParser) in installPackage()
1508 void installPackage(File apexFile, PackageParser2 packageParser) { in installPackage()
DPackageSessionVerifier.java422 File apexFile = new File(apexInfo.modulePath); in submitSessionToApexService() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DApexManagerTest.java562 File apexFile = extractResource(TEST_APEX_PKG, TEST_APEX_FILE_NAME); in createApexInfoForTestPkg() local
578 boolean isFactory, File apexFile) { in createApexInfo()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/parsing/
DPackageParserLegacyCoreTest.java573 File apexFile = copyRawResourceToFile(apexModuleName, in testApexPackageInfoGeneration() local
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DPackageInfoWithoutStateUtils.java320 File apexFile = new File(apexInfo.modulePath); in generateWithoutComponentsUnchecked() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java869 File apexFile = new File(apexInfo.modulePath); in generatePackageInfo() local