Searched refs:ss1 (Results 1 – 4 of 4) sorted by relevance
97 SignalStrength ss1 = new SignalStrength(); in testAddCallQualitySummaryEvent() local98 ss1.lteSnr = 22; in testAddCallQualitySummaryEvent()119 cqs.worstSsWithGoodQuality = ss1; in testAddCallQualitySummaryEvent()121 cqs.worstSsWithBadQuality = ss1; in testAddCallQualitySummaryEvent()
260 SignalStrength ss1 = new SignalStrength( in testBestAndWorstSs() local267 when(mSST.getSignalStrength()).thenReturn(ss1); in testBestAndWorstSs()
151 private boolean isSameRatFamily(ServiceState ss1, ServiceState ss2) { in isSameRatFamily() argument156 ss1.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in isSameRatFamily()169 && ss1.isUsingCarrierAggregation()) { in isSameRatFamily()
344 Vector<uint8_t> ss1, ss2; in getSecureStops() local350 ss1 = mByteArrayProperties.valueAt(index); in getSecureStops()361 secureStops.push_back(ss1); in getSecureStops()