Home
last modified time | relevance | path

Searched refs:apexInfoList (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tests/BinaryTransparencyHostTest/test-app/src/android/transparency/test/app/
H A DBinaryTransparencyTest.java69 var apexInfoList = mBt.collectAllApexInfo(/* includeTestOnly */ true); in testCollectAllApexInfo() local
72 var actualApexesNames = apexInfoList.stream().map((apex) -> apex.moduleName) in testCollectAllApexInfo()
79 for (var apex : apexInfoList) { in testCollectAllApexInfo()
/aosp14/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayConfig.java336 File apexInfoList = new File("/apex/apex-info-list.xml"); in getActiveApexes() local
337 if (apexInfoList.exists() && apexInfoList.canRead()) { in getActiveApexes()
338 try (FileInputStream stream = new FileInputStream(apexInfoList)) { in getActiveApexes()
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java960 CompressedApexInfoList apexInfoList = new CompressedApexInfoList(); in getCompressedApexInfoList() local
961 apexInfoList.apexInfos = in getCompressedApexInfoList()
969 return apexInfoList; in getCompressedApexInfoList()
983 CompressedApexInfoList apexInfoList = getCompressedApexInfoList(packageFile); in allocateSpaceForUpdate() local
984 if (apexInfoList == null) { in allocateSpaceForUpdate()
991 apexManager.reserveSpaceForCompressedApex(apexInfoList); in allocateSpaceForUpdate()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java619 final ApexInfoList apexInfoList = new ApexInfoList(); in submitStagedSession() local
620 waitForApexService().submitStagedSession(params, apexInfoList); in submitStagedSession()
621 return apexInfoList; in submitStagedSession()
H A DPackageSessionVerifier.java395 final ApexInfoList apexInfoList = mApexManager.submitStagedSession(apexSessionParams); in submitSessionToApexService() local
397 for (ApexInfo apexInfo : apexInfoList.apexInfos) { in submitSessionToApexService()