Home
last modified time | relevance | path

Searched refs:MSG_SIGNAL_STRENGTH_CHANGED (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DLinkBandwidthEstimatorTest.java29 …port static com.android.internal.telephony.data.LinkBandwidthEstimator.MSG_SIGNAL_STRENGTH_CHANGED;
344 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testSignalLevelChangeTriggerBandwidthUpdate()
352 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testSignalLevelChangeTriggerBandwidthUpdate()
371 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testSignalLevelChangeTriggerBandwidthUpdate()
556 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testUseAllTacStatsIfNoEnoughDataWithCurrentTac()
655 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testEdgeThenLteShouldIgnoreTransitionStats()
700 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testVeryHighRxLinkBandwidthEstimationIgnored()
741 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testDataActivity()
749 mLBE.obtainMessage(MSG_SIGNAL_STRENGTH_CHANGED, mSignalStrength).sendToTarget(); in testDataActivity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java91 static final int MSG_SIGNAL_STRENGTH_CHANGED = 5; field in LinkBandwidthEstimator
326 MSG_SIGNAL_STRENGTH_CHANGED, null); in LinkBandwidthEstimator()
344 case MSG_SIGNAL_STRENGTH_CHANGED: in handleMessage()