Searched refs:apexInfoList (Results 1 – 5 of 5) sorted by relevance
69 var apexInfoList = mBt.collectAllApexInfo(/* includeTestOnly */ true); in testCollectAllApexInfo() local72 var actualApexesNames = apexInfoList.stream().map((apex) -> apex.moduleName) in testCollectAllApexInfo()79 for (var apex : apexInfoList) { in testCollectAllApexInfo()
336 File apexInfoList = new File("/apex/apex-info-list.xml"); in getActiveApexes() local337 if (apexInfoList.exists() && apexInfoList.canRead()) { in getActiveApexes()338 try (FileInputStream stream = new FileInputStream(apexInfoList)) { in getActiveApexes()
960 CompressedApexInfoList apexInfoList = new CompressedApexInfoList(); in getCompressedApexInfoList() local961 apexInfoList.apexInfos = in getCompressedApexInfoList()969 return apexInfoList; in getCompressedApexInfoList()983 CompressedApexInfoList apexInfoList = getCompressedApexInfoList(packageFile); in allocateSpaceForUpdate() local984 if (apexInfoList == null) { in allocateSpaceForUpdate()991 apexManager.reserveSpaceForCompressedApex(apexInfoList); in allocateSpaceForUpdate()
619 final ApexInfoList apexInfoList = new ApexInfoList(); in submitStagedSession() local620 waitForApexService().submitStagedSession(params, apexInfoList); in submitStagedSession()621 return apexInfoList; in submitStagedSession()
395 final ApexInfoList apexInfoList = mApexManager.submitStagedSession(apexSessionParams); in submitSessionToApexService() local397 for (ApexInfo apexInfo : apexInfoList.apexInfos) { in submitSessionToApexService()