Searched refs:apexInfoList (Results 1 – 5 of 5) sorted by relevance
72 var apexInfoList = mBt.collectAllApexInfo(/* includeTestOnly */ true); in testCollectAllApexInfo() local75 var actualApexesNames = apexInfoList.stream().map((apex) -> apex.moduleName) in testCollectAllApexInfo()82 for (var apex : apexInfoList) { in testCollectAllApexInfo()
445 File apexInfoList = new File("/apex/apex-info-list.xml"); in getActiveApexes() local446 if (apexInfoList.exists() && apexInfoList.canRead()) { in getActiveApexes()447 try (FileInputStream stream = new FileInputStream(apexInfoList)) { in getActiveApexes()
1007 CompressedApexInfoList apexInfoList = new CompressedApexInfoList(); in getCompressedApexInfoList() local1008 apexInfoList.apexInfos = in getCompressedApexInfoList()1016 return apexInfoList; in getCompressedApexInfoList()1026 CompressedApexInfoList apexInfoList = getCompressedApexInfoList(packageFile); in allocateSpaceForUpdate() local1027 if (apexInfoList == null) { in allocateSpaceForUpdate()1034 apexManager.reserveSpaceForCompressedApex(apexInfoList); in allocateSpaceForUpdate()
617 final ApexInfoList apexInfoList = new ApexInfoList(); in submitStagedSession() local618 waitForApexService().submitStagedSession(params, apexInfoList); in submitStagedSession()619 return apexInfoList; in submitStagedSession()
398 final ApexInfoList apexInfoList = mApexManager.submitStagedSession(apexSessionParams); in submitSessionToApexService() local400 for (ApexInfo apexInfo : apexInfoList.apexInfos) { in submitSessionToApexService()