Searched refs:getCurrentQuality (Results 1 – 10 of 10) sorted by relevance
73 .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()
126 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()
157 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()
109 mWifiQualityMonitor.getCurrentQuality( in testGetCurrentQuality()
1220 when(mMockWifiQm.getCurrentQuality(anyInt(), anyInt())) in mockCurrentQuality()
90 mWifiRssi = getCurrentQuality(SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI); in onLost()160 synchronized int getCurrentQuality(int accessNetwork, int measurementType) { in getCurrentQuality() method in WifiQualityMonitor161 return getCurrentQuality(measurementType); in getCurrentQuality()165 private int getCurrentQuality(int measurementType) { in getCurrentQuality() method in WifiQualityMonitor353 mWifiRssi = getCurrentQuality(SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI); in handleMessage()
984 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()
101 int cq = monitor.getCurrentQuality(th.getAccessNetwork(), th.getMeasurementType()); in satisfy()125 int cq = monitor.getCurrentQuality(th.getAccessNetwork(), th.getMeasurementType()); in findUnmatchedThresholds()
52 abstract int getCurrentQuality(int accessNetwork, int measurementType); in getCurrentQuality() method in QualityMonitor
205 synchronized int getCurrentQuality(int accessNetwork, int measurementType) { in getCurrentQuality() method in CellularQualityMonitor