Home
last modified time | relevance | path

Searched refs:infos1 (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java193 TunerFrontendInfo[] infos1 = new TunerFrontendInfo[1]; in setFrontendListTest_removeFrontendResources_noExclusiveGroupId() local
194 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() local
221 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 …]