Searched refs:infos1 (Results 1 – 1 of 1) sorted by relevance
193 TunerFrontendInfo[] infos1 = new TunerFrontendInfo[1]; in setFrontendListTest_removeFrontendResources_noExclusiveGroupId() local194 infos1[0] = in setFrontendListTest_removeFrontendResources_noExclusiveGroupId()196 mTunerResourceManagerService.setFrontendInfoListInternal(infos1); in setFrontendListTest_removeFrontendResources_noExclusiveGroupId()200 for (int id = 0; id < infos1.length; id++) { in setFrontendListTest_removeFrontendResources_noExclusiveGroupId()201 assertThat(resources.get(infos1[id].handle) in setFrontendListTest_removeFrontendResources_noExclusiveGroupId()205 .containsExactlyElementsIn(Arrays.asList(infos1)); in setFrontendListTest_removeFrontendResources_noExclusiveGroupId()220 TunerFrontendInfo[] infos1 = new TunerFrontendInfo[1]; in setFrontendListTest_removeFrontendResources_underTheSameExclusiveGroupId() local221 infos1[0] = in setFrontendListTest_removeFrontendResources_underTheSameExclusiveGroupId()227 for (int id = 0; id < infos1.length; id++) { in setFrontendListTest_removeFrontendResources_underTheSameExclusiveGroupId()228 assertThat(resources.get(infos1[id].handle) in setFrontendListTest_removeFrontendResources_underTheSameExclusiveGroupId()[all …]