Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthUpdateRequestTest.java119 Collection<SignalThresholdInfo> infos1 = List.of(mRssiInfoOnGERAN, mRssiInfoOnCDMA2000); in testEquals() local
121 .setSignalThresholdInfos(infos1).setReportingRequestedWhileIdle(false).build(); in testEquals()
132 .setSignalThresholdInfos(infos1).setReportingRequestedWhileIdle(true).build(); in testEquals()
136 .setSignalThresholdInfos(infos1).setReportingRequestedWhileIdle(false) in testEquals()
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp148 const ResourceInfos &infos1 = mapIndex1->second; in addResource() local
149 EXPECT_EQ(1u, infos1.size()); in addResource()
150 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, resources1); in addResource()
178 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResourceWithNegativeValues() local
179 EXPECT_EQ(1u, infos1.size()); in testCombineResourceWithNegativeValues()
181 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
196 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
208 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
220 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
254 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResource() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
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()
223 mTunerResourceManagerService.setFrontendInfoListInternal(infos1); in setFrontendListTest_removeFrontendResources_underTheSameExclusiveGroupId()
227 for (int id = 0; id < infos1.length; id++) { in setFrontendListTest_removeFrontendResources_underTheSameExclusiveGroupId()
[all …]