Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DMobileRadioPowerCalculatorTest.java108 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel()
128 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel()
228 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_multipleDefinedRat()
248 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_multipleDefinedRat()
385 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_legacyPowerProfile()
405 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testCounterBasedModel_legacyPowerProfile()
507 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testTimerBasedModel_byProcessState()
618 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testMeasuredEnergyBasedModel_mobileRadioActiveTimeModel()
682 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, 0, -1, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()
705 stats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()
[all …]
DMobileRadioPowerStatsCollectorTest.java214 mBatteryStats.noteMobileRadioPowerStateLocked( in triggering()
219 mBatteryStats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in triggering()
226 mBatteryStats.noteMobileRadioPowerStateLocked( in triggering()
231 mBatteryStats.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in triggering()
DBatteryStatsNoteTest.java2181 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testProcStateSyncScheduling_mobileRadioActiveState()
2193 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, curr, in testProcStateSyncScheduling_mobileRadioActiveState()
2217 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testNoteMobileRadioPowerStateLocked()
2222 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testNoteMobileRadioPowerStateLocked()
2231 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in testNoteMobileRadioPowerStateLocked()
2240 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in testNoteMobileRadioPowerStateLocked()
2249 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in testNoteMobileRadioPowerStateLocked()
2278 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testNoteMobileRadioPowerStateLocked_rateLimited()
2289 update = bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in testNoteMobileRadioPowerStateLocked_rateLimited()
2299 bi.noteMobileRadioPowerStateLocked(DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, curr, in testNoteMobileRadioPowerStateLocked_rateLimited()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1742 mStats.noteMobileRadioPowerStateLocked(powerState, timestampNs, uid, in noteMobileRadioPowerState()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java5877 public boolean noteMobileRadioPowerStateLocked(int powerState, long timestampNs, int uid) { in noteMobileRadioPowerStateLocked() method in BatteryStatsImpl
5878 return noteMobileRadioPowerStateLocked(powerState, timestampNs, uid, in noteMobileRadioPowerStateLocked()
5883 public boolean noteMobileRadioPowerStateLocked(int powerState, long timestampNs, int uid, in noteMobileRadioPowerStateLocked() method in BatteryStatsImpl
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73890 Lcom/android/internal/os/BatteryStatsImpl;->noteMobileRadioPowerStateLocked(IJI)Z