Searched refs:activeApexInfos (Results 1 – 2 of 2) sorted by relevance
130 final List<ApexManager.ActiveApexInfo> activeApexInfos = mApexManager.getActiveApexInfos(); in getApexScanPartitions() local131 for (int i = 0; i < activeApexInfos.size(); i++) { in getApexScanPartitions()132 final ScanPartition scanPartition = resolveApexToScanPartition(activeApexInfos.get(i)); in getApexScanPartitions()
333 whenever(mocks.apexManager.activeApexInfos).thenReturn(DEFAULT_ACTIVE_APEX_INFO_LIST) in stageNominalSystemState()