Searched refs:DEFAULT_ACTIVE_APEX_INFO_LIST (Results 1 – 1 of 1) sorted by relevance
228 private val DEFAULT_ACTIVE_APEX_INFO_LIST = emptyList<ApexManager.ActiveApexInfo>() constant333 whenever(mocks.apexManager.activeApexInfos).thenReturn(DEFAULT_ACTIVE_APEX_INFO_LIST) in stageNominalSystemState()