Searched refs:MSG_SIGNAL_STRENGTH_CHANGED (Results 1 – 2 of 2) sorted by relevance
29 …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()
91 static final int MSG_SIGNAL_STRENGTH_CHANGED = 5; field in LinkBandwidthEstimator326 MSG_SIGNAL_STRENGTH_CHANGED, null); in LinkBandwidthEstimator()344 case MSG_SIGNAL_STRENGTH_CHANGED: in handleMessage()