Searched refs:stList (Results 1 – 1 of 1) sorted by relevance
162 ArrayList<SignalThresholdInfo> stList = buildSignalThresholdInfoWithAllFields(); in testBuilderWithAllFields() local165 for (SignalThresholdInfo st : stList) { in testBuilderWithAllFields()174 ArrayList<SignalThresholdInfo> stList = buildSignalThresholdInfoWithAllFields(); in testDefaultThresholdsParcel() local176 for (SignalThresholdInfo st : stList) { in testDefaultThresholdsParcel()189 ArrayList<SignalThresholdInfo> stList = new ArrayList<>(); in testGetSignalThresholdInfo() local190 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 …]