Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DMobileRadioPowerCalculatorTest.java102 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel()
122 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel()
222 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_multipleDefinedRat()
242 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_multipleDefinedRat()
377 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_legacyPowerProfile()
397 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_legacyPowerProfile()
499 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testTimerBasedModel_byProcessState()
610 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testMeasuredEnergyBasedModel_mobileRadioActiveTimeModel()
699 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()
722 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()
[all …]
H A DBatteryStatsNoteTest.java2146 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testProcStateSyncScheduling_mobileRadioActiveState()
2158 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, curr, in testProcStateSyncScheduling_mobileRadioActiveState()
2182 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testNoteMobileRadioPowerStateLocked()
2187 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testNoteMobileRadioPowerStateLocked()
2196 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in testNoteMobileRadioPowerStateLocked()
2205 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in testNoteMobileRadioPowerStateLocked()
2243 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testNoteMobileRadioPowerStateLocked_rateLimited()
2254 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in testNoteMobileRadioPowerStateLocked_rateLimited()
2264 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testNoteMobileRadioPowerStateLocked_rateLimited()
2270 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in testNoteMobileRadioPowerStateLocked_rateLimited()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1531 update = mStats.noteMobileRadioPowerStateLocked(powerState, timestampNs, uid, in noteMobileRadioPowerState()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java5626 public boolean noteMobileRadioPowerStateLocked(int powerState, long timestampNs, int uid) { in noteMobileRadioPowerStateLocked() method in BatteryStatsImpl
5627 return noteMobileRadioPowerStateLocked(powerState, timestampNs, uid, in noteMobileRadioPowerStateLocked()
5632 public boolean noteMobileRadioPowerStateLocked(int powerState, long timestampNs, int uid, in noteMobileRadioPowerStateLocked() method in BatteryStatsImpl
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74533 Lcom/android/internal/os/BatteryStatsImpl;->noteMobileRadioPowerStateLocked(IJI)Z