Searched defs:apexFile (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/ |
D | StagedInstallInternalTest.java | 192 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/ |
D | ApexManager.java | 123 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()
|
D | PackageSessionVerifier.java | 422 File apexFile = new File(apexInfo.modulePath); in submitSessionToApexService() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ApexManagerTest.java | 562 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/ |
D | PackageParserLegacyCoreTest.java | 573 File apexFile = copyRawResourceToFile(apexModuleName, in testApexPackageInfoGeneration() local
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
D | PackageInfoWithoutStateUtils.java | 320 File apexFile = new File(apexInfo.modulePath); in generateWithoutComponentsUnchecked() local
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 869 File apexFile = new File(apexInfo.modulePath); in generatePackageInfo() local
|