Home
last modified time | relevance | path

Searched refs:getTransmitDurationMillisAtPowerLevel (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DModemActivityInfo.java194 public @DurationMillisLong long getTransmitDurationMillisAtPowerLevel( in getTransmitDurationMillisAtPowerLevel() method in ModemActivityInfo
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java2048 modemInfo.getTransmitDurationMillisAtPowerLevel(0),
2049 modemInfo.getTransmitDurationMillisAtPowerLevel(1),
2050 modemInfo.getTransmitDurationMillisAtPowerLevel(2),
2051 modemInfo.getTransmitDurationMillisAtPowerLevel(3),
2052 modemInfo.getTransmitDurationMillisAtPowerLevel(4),
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimator.java551 txTimeMs += modemActivity.getTransmitDurationMillisAtPowerLevel(lvl); in getModemTxTimeMs()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java12306 .addCountLocked(deltaInfo.getTransmitDurationMillisAtPowerLevel(lvl)); in noteModemControllerActivity()
12322 energyUsed += deltaInfo.getTransmitDurationMillisAtPowerLevel(i) in noteModemControllerActivity()
12431 * deltaInfo.getTransmitDurationMillisAtPowerLevel(lvl); in noteModemControllerActivity()
12504 if (activityInfo.getTransmitDurationMillisAtPowerLevel(i) in addModemTxPowerToHistory()
12505 > activityInfo.getTransmitDurationMillisAtPowerLevel(levelMaxTimeSpent)) { in addModemTxPowerToHistory()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt11379 method public long getTransmitDurationMillisAtPowerLevel(int);