Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimatorTest.java155 verify(mTelephonyManager, times(1)).requestModemActivityInfo(any(), any()); in testScreenOnTxTrafficHighOneModemPoll()
172 verify(mTelephonyManager, times(0)).requestModemActivityInfo(any(), any()); in testScreenOnTxTrafficHighNotActivePhoneNoModemPoll()
196 verify(mTelephonyManager, times(1)).requestModemActivityInfo(any(), any()); in testScreenOnTxRxTrafficHighTwoModemPoll()
210 verify(mTelephonyManager, times(2)).requestModemActivityInfo(any(), any()); in testScreenOnTxRxTrafficHighTwoModemPoll()
226 verify(mTelephonyManager, times(1)).requestModemActivityInfo(any(), any()); in testScreenOnRxTrafficHighTwoModemPollRxTimeHigh()
240 verify(mTelephonyManager, times(2)).requestModemActivityInfo(any(), any()); in testScreenOnRxTrafficHighTwoModemPollRxTimeHigh()
254 verify(mTelephonyManager, never()).requestModemActivityInfo(any(), any()); in testScreenOnTxRxTrafficLow()
269 verify(mTelephonyManager, times(2)).requestModemActivityInfo(any(), any()); in testScreenOnTrafficLowSampleHighAcc()
311 verify(mTelephonyManager, times(0)).requestModemActivityInfo(any(), any()); in testRatChangeTriggerBandwidthUpdate()
430 .requestModemActivityInfo(any(), any()); in testEnoughModemPollTriggerBwUpdate()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryExternalStatsWorker.java567 mTelephony.requestModemActivityInfo(Runnable::run, in updateExternalStatsLocked()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1389 oneway void requestModemActivityInfo(in ResultReceiver result); in requestModemActivityInfo() method
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimator.java472 mTelephonyManager.requestModemActivityInfo(Runnable::run, mOutcomeReceiver); in makeRequestModemActivity()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java11350 public void requestModemActivityInfo(@NonNull @CallbackExecutor Executor executor, in requestModemActivityInfo() method in TelephonyManager
11411 service.requestModemActivityInfo(wrapperResultReceiver); in requestModemActivityInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java2015 mTelephony.requestModemActivityInfo(Runnable::run,
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java7857 public void requestModemActivityInfo(ResultReceiver result) { in requestModemActivityInfo() method in PhoneInterfaceManager
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12058 …ion(android.Manifest.permission.MODIFY_PHONE_STATE) public void requestModemActivityInfo(@NonNull …
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58922 Landroid/telephony/TelephonyManager;->requestModemActivityInfo(Landroid/os/ResultReceiver;)V
87766 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->requestModemActivityInfo(Landroid/os/Result…
88107 Lcom/android/internal/telephony/ITelephony;->requestModemActivityInfo(Landroid/os/ResultReceiver;)V