Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimatorTest.java198 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, MAI_INIT).sendToTarget(); in testScreenOnTxRxTrafficHighTwoModemPoll()
228 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, MAI_INIT).sendToTarget(); in testScreenOnRxTrafficHighTwoModemPollRxTimeHigh()
326 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testSignalLevelChangeTriggerBandwidthUpdate()
424 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testEnoughModemPollTriggerBwUpdate()
450 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testAbnormalTrafficCountTriggerLessBwUpdate()
471 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testUseCurrentTacStatsWithEnoughData()
484 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testUseCurrentTacStatsWithEnoughData()
505 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testUseAllTacStatsIfNoEnoughDataWithCurrentTac()
518 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testUseAllTacStatsIfNoEnoughDataWithCurrentTac()
548 mLBE.obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, new ModemActivityInfo( in testSwitchCarrierFallbackToColdStartValue()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimator.java81 static final int MSG_MODEM_ACTIVITY_RETURNED = 3; field in LinkBandwidthEstimator
233 obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, result).sendToTarget();
239 obtainMessage(MSG_MODEM_ACTIVITY_RETURNED, null).sendToTarget();
286 case MSG_MODEM_ACTIVITY_RETURNED: in handleMessage()