Searched refs:ss2 (Results 1 – 4 of 4) sorted by relevance
100 SignalStrength ss2 = new SignalStrength(); in testAddCallQualitySummaryEvent() local101 ss2.lteSnr = 44; in testAddCallQualitySummaryEvent()120 cqs.bestSsWithGoodQuality = ss2; in testAddCallQualitySummaryEvent()122 cqs.bestSsWithBadQuality = ss2; in testAddCallQualitySummaryEvent()
276 SignalStrength ss2 = new SignalStrength( in testBestAndWorstSs() local283 when(mSST.getSignalStrength()).thenReturn(ss2); in testBestAndWorstSs()
151 private boolean isSameRatFamily(ServiceState ss1, ServiceState ss2) { in isSameRatFamily() argument160 ss2.getNetworkRegistrationInfo(NetworkRegistrationInfo.DOMAIN_PS, in isSameRatFamily()174 && ss2.isUsingCarrierAggregation()) { in isSameRatFamily()
344 Vector<uint8_t> ss1, ss2; in getSecureStops() local358 ss2 = mByteArrayProperties.valueAt(index); in getSecureStops()362 secureStops.push_back(ss2); in getSecureStops()