summaryrefslogtreecommitdiff
path: root/core/java/android/os/BatteryStats.java
Commit message (Expand)AuthorAgeFilesLines
* Address race condition in procstate time trackingDmitri Plotnikov2021-07-011-4/+3
* Merge "Remove last learned battery capacity from battery checkin dump" into s...TreeHugger Robot2021-05-111-1/+0
|\
| * Remove last learned battery capacity from battery checkin dumpDmitri Plotnikov2021-05-111-1/+0
* | Convert BatteryStats.dumpLocked from BatteryStatsHelper to BatteryUsageStatsDmitri Plotnikov2021-05-101-144/+10
|/
* Use battery capacity estimates provided by Health HALDmitri Plotnikov2021-05-031-7/+23
* Rename "legacy" stop reasons.Kweku Adams2021-04-221-1/+1
* Use BatteryStats instead of BatteryStatsImpl in BatteryUsageStatsProviderDmitri Plotnikov2021-04-161-0/+10
* Merge "Accumulate Mobile Radio and Gnss measured energy in BatteryStats" into...Michael Wachenschwanz2021-03-241-0/+36
|\
| * Accumulate Mobile Radio and Gnss measured energy in BatteryStatsMichael Wachenschwanz2021-03-231-0/+36
* | Expose job stop reasons.Kweku Adams2021-03-221-1/+1
|/
* BatteryStats measured energy for Wifi & BluetoothAdam Bookatz2021-03-161-7/+43
* Utilize measured cpu batteryconsumption in CpuPowerCalculatorMichael Wachenschwanz2021-03-091-0/+18
* Accumulate charge instead of energy in BatteryStatsImplMichael Wachenschwanz2021-03-081-23/+24
* Remove support for OLD_HISTORYDmitri Plotnikov2021-02-261-24/+0
* Add discharge power estimates to BatteryUsageStatsDmitri Plotnikov2021-02-181-7/+12
* MeasuredEnergy comment cleanupAdam Bookatz2021-02-111-2/+5
* CustomMeasuredPowerCalculatorAdam Bookatz2021-02-111-0/+6
* BatteryStats.getCustomMeasuredEnergiesMicroJoulesAdam Bookatz2021-02-101-0/+26
* Merge "BatteryStats: Pull subsystem stats from Power Stats Service" into sc-devBenjamin Schwartz2021-02-041-13/+1
|\
| * BatteryStats: Pull subsystem stats from Power Stats ServiceBenjamin Schwartz2021-02-031-13/+1
* | Measured screen energy into BatteryStatsHelperAdam Bookatz2021-02-031-0/+1
|/
* Demonstrate per Uid screen energy measurement in BatteryStatsViewerMichael Wachenschwanz2021-01-051-0/+9
* Move NUM_GPS_SIGNAL_QUALITY_LEVELS to GnssSignalQualitySoonil Nagarkar2020-12-151-3/+4
* Introduce MeasuredEnergyStats to BatteryStatsImplMichael Wachenschwanz2020-11-201-0/+23
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Apply fixes for EfficientStrings.Jeff Sharkey2020-10-201-12/+15
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Optimize getting time_in_state for threads of system serverDmitri Plotnikov2020-09-281-4/+8
* Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-1/+1
|\
| * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* | Add battery discharge prediction APIs.Kweku Adams2020-08-181-1/+1
* | Implement a PowerCalculator to attribute system service power to appsDmitri Plotnikov2020-08-041-0/+17
|/
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Merge "BatteryStatsManager: Move constants from @hide BatteryStats"TreeHugger Robot2019-12-131-60/+4
|\
| * BatteryStatsManager: Move constants from @hide BatteryStatsRoshan Pius2019-12-121-60/+4
* | [Telephony Mainline] Expose MAX_NETWORK_TYPE constantPeter Wang2019-12-111-1/+1
|/
* [Telephony Mainline] Expose hidden APIs and constsPeter Wang2019-11-271-7/+7
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+9
* Merge "Undo the jobscheduler / device idle initialization with callbacks"Makoto Onuki2019-11-011-41/+7
|\
| * Undo the jobscheduler / device idle initialization with callbacksMakoto Onuki2019-11-011-41/+7
* | Add process capability as a new dimension.Hui Yu2019-10-301-2/+0
|/
* Add a new BatteryStatsManager classRoshan Pius2019-10-261-10/+56
* Remove build time dependency from BatteryStats to JobParametersMakoto Onuki2019-08-081-17/+46
* Add @UnsupportedAppUsage annotations for max-p.Artur Satayev2019-08-011-0/+30
* Move reading time field to inside HistoryItem.readFromParcel().Hui Yu2019-07-021-8/+6
* Merge "Batterystats: "none" Data connection state should reflect only out of ...TreeHugger Robot2019-04-041-8/+18
|\
| * Batterystats: "none" Data connection state should reflect only out of serviceBlake Kragten2019-04-021-8/+18
* | Avoid elevating apps to high proc states on bindingAmith Yamasani2019-04-021-1/+3
|/