Home
last modified time | relevance | path

Searched refs:requestModemActivityInfo (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DLinkBandwidthEstimatorTest.java168 verify(mTelephonyManager, times(1)).requestModemActivityInfo(any(), any()); in testScreenOnTxTrafficHighOneModemPoll()
185 verify(mTelephonyManager, times(0)).requestModemActivityInfo(any(), any()); in testScreenOnTxTrafficHighNotActivePhoneNoModemPoll()
205 verify(mTelephonyManager, times(1)).requestModemActivityInfo(any(), any()); in testScreenOnTxRxTrafficHighTwoModemPoll()
219 verify(mTelephonyManager, times(2)).requestModemActivityInfo(any(), any()); in testScreenOnTxRxTrafficHighTwoModemPoll()
235 verify(mTelephonyManager, times(1)).requestModemActivityInfo(any(), any()); in testScreenOnRxTrafficHighTwoModemPollRxTimeHigh()
249 verify(mTelephonyManager, times(2)).requestModemActivityInfo(any(), any()); in testScreenOnRxTrafficHighTwoModemPollRxTimeHigh()
263 verify(mTelephonyManager, never()).requestModemActivityInfo(any(), any()); in testScreenOnTxRxTrafficLow()
278 verify(mTelephonyManager, times(2)).requestModemActivityInfo(any(), any()); in testScreenOnTrafficLowSampleHighAcc()
320 verify(mTelephonyManager, times(0)).requestModemActivityInfo(any(), any()); in testRatChangeTriggerBandwidthUpdate()
464 .requestModemActivityInfo(any(), any()); in testEnoughModemPollTriggerBwUpdate()
[all …]
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DPhoneCallPowerStatsProcessorTest.java230 }).when(mTelephonyManager).requestModemActivityInfo(any(), any()); in mockModemActivityInfo()
DMobileRadioPowerStatsCollectorTest.java423 }).when(mTelephony).requestModemActivityInfo(any(), any()); in mockModemActivityInfo()
435 }).when(mTelephony).requestModemActivityInfo(any(), any()); in mockModemActivityInfo()
DMobileRadioPowerStatsProcessorTest.java492 }).when(mTelephonyManager).requestModemActivityInfo(any(), any()); in mockModemActivityInfo()
/frameworks/base/services/core/java/com/android/server/power/stats/
DMobileRadioPowerStatsCollector.java222 mTelephonyManager.requestModemActivityInfo(Runnable::run, in collectModemActivityInfo()
DBatteryExternalStatsWorker.java623 mTelephony.requestModemActivityInfo(Runnable::run,
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1399 oneway void requestModemActivityInfo(in ResultReceiver result); in requestModemActivityInfo() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java549 mTelephonyManager.requestModemActivityInfo(Runnable::run, mOutcomeReceiver); in makeRequestModemActivity()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java12983 public void requestModemActivityInfo(@NonNull @CallbackExecutor Executor executor, in requestModemActivityInfo() method in TelephonyManager
13044 service.requestModemActivityInfo(wrapperResultReceiver); in requestModemActivityInfo()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java2266 mTelephony.requestModemActivityInfo(Runnable::run,
/frameworks/base/core/api/
Dsystem-current.txt15425 …ion(android.Manifest.permission.MODIFY_PHONE_STATE) public void requestModemActivityInfo(@NonNull …
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54956 Landroid/telephony/TelephonyManager;->requestModemActivityInfo(Landroid/os/ResultReceiver;)V
83800 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->requestModemActivityInfo(Landroid/os/Result…
84141 Lcom/android/internal/telephony/ITelephony;->requestModemActivityInfo(Landroid/os/ResultReceiver;)V