Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdGroupTest.java73 .getCurrentQuality( in setUp()
78 .getCurrentQuality( in setUp()
83 .getCurrentQuality( in setUp()
189 .getCurrentQuality( in testSatisfiedByThreshold_WithEutranAvailability()
241 .getCurrentQuality( in testSatisfiedByThreshold_WithUnavailability()
298 .getCurrentQuality( in testFindUnmatchedThresholds()
DAccessNetworkSelectionPolicyTest.java126 when(mMockCellularQm.getCurrentQuality( in testSatisfiedByThreshold_thresholdGroup()
130 when(mMockCellularQm.getCurrentQuality( in testSatisfiedByThreshold_thresholdGroup()
168 when(mMockCellularQm.getCurrentQuality( in testFindUnmatchedThresholds()
172 when(mMockCellularQm.getCurrentQuality( in testFindUnmatchedThresholds()
176 when(mMockCellularQm.getCurrentQuality( in testFindUnmatchedThresholds()
180 when(mMockWifiQm.getCurrentQuality( in testFindUnmatchedThresholds()
DCellularQualityMonitorTest.java157 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
163 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
169 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
175 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
181 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
187 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
193 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
199 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
205 mCellularQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
DWifiQualityMonitorTest.java109 mWifiQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
DAccessNetworkEvaluatorTest.java1220 when(mMockWifiQm.getCurrentQuality(anyInt(), anyInt())) in mockCurrentQuality()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DWifiQualityMonitor.java90 mWifiRssi = getCurrentQuality(SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI); in onLost()
160 synchronized int getCurrentQuality(int accessNetwork, int measurementType) { in getCurrentQuality() method in WifiQualityMonitor
161 return getCurrentQuality(measurementType); in getCurrentQuality()
165 private int getCurrentQuality(int measurementType) { in getCurrentQuality() method in WifiQualityMonitor
353 mWifiRssi = getCurrentQuality(SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI); in handleMessage()
DQnsMetrics.java984 return qm.getCurrentQuality( in getSignalStrength()
987 return qm.getCurrentQuality( in getSignalStrength()
990 return qm.getCurrentQuality( in getSignalStrength()
993 return qm.getCurrentQuality( in getSignalStrength()
1002 return qm.getCurrentQuality( in getSignalQuality()
1005 return qm.getCurrentQuality( in getSignalQuality()
1014 return qm.getCurrentQuality( in getSignalNoise()
1017 return qm.getCurrentQuality( in getSignalNoise()
DThresholdGroup.java101 int cq = monitor.getCurrentQuality(th.getAccessNetwork(), th.getMeasurementType()); in satisfy()
125 int cq = monitor.getCurrentQuality(th.getAccessNetwork(), th.getMeasurementType()); in findUnmatchedThresholds()
DQualityMonitor.java52 abstract int getCurrentQuality(int accessNetwork, int measurementType); in getCurrentQuality() method in QualityMonitor
DCellularQualityMonitor.java205 synchronized int getCurrentQuality(int accessNetwork, int measurementType) { in getCurrentQuality() method in CellularQualityMonitor