Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalThresholdInfoTest.java162 ArrayList<SignalThresholdInfo> stList = buildSignalThresholdInfoWithAllFields(); in testBuilderWithAllFields() local
165 for (SignalThresholdInfo st : stList) { in testBuilderWithAllFields()
174 ArrayList<SignalThresholdInfo> stList = buildSignalThresholdInfoWithAllFields(); in testDefaultThresholdsParcel() local
176 for (SignalThresholdInfo st : stList) { in testDefaultThresholdsParcel()
189 ArrayList<SignalThresholdInfo> stList = new ArrayList<>(); in testGetSignalThresholdInfo() local
190 stList.add( in testGetSignalThresholdInfo()
199 stList.add( in testGetSignalThresholdInfo()
209 assertThat(stList.get(0).getThresholds()).isEqualTo(new int[] {}); in testGetSignalThresholdInfo()
210 assertThat(stList.get(1).getSignalMeasurementType()) in testGetSignalThresholdInfo()
212 assertThat(stList.get(1).getThresholds()).isEqualTo(mRssiThresholds); in testGetSignalThresholdInfo()
[all …]