summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/fuelgauge/BatteryEntry.java
Commit message (Collapse)AuthorAgeFilesLines
* Use separate icon for flashlight power usageMichael Bestas2015-11-071-1/+1
| | | | Change-Id: Ic27fdbda905eae1dbcd90304fa544270797942d3
* BatteryStats: Fix coalescing of shared app GIDs and system UIDsAdam Lesinski2015-08-131-70/+67
| | | | | | | | | UIDs that consumed power and were actually shared app GIDs are now coelsced for system apps as well as regular applications. In addition, system UIDs like logd, NFC, DRM, etc are coalesced into Android System. Bug:23189342 Change-Id: I6c8eb4baec66fba3d1f71a155d8ea1fe920ffec9
* dex2oat should show something friendlier in Settings -> BatteryBrian Carlstrom2015-06-121-0/+2
| | | | | Bug: 13161823 Change-Id: If68d91900c88f33f5656a9e336633d53a5e900ce
* Merge "Add UI for camera + flashlight battery reporting." into mnc-devRuben Brunk2015-06-061-0/+4
|\
| * Add UI for camera + flashlight battery reporting.Ruben Brunk2015-06-051-0/+4
| | | | | | | | | | Bug: 11694505 Change-Id: Idca51a2e8cc7c2fb3e9d10f84f94e66600dee6fa
* | Fix battery usage screen issuesJason Monk2015-06-021-1/+1
|/ | | | | | | | | | | | Tint icons properly Bug: 21077770 Show better icons for wifi and bt (remove the old ones) Bug: 21172936 Also add a way to show fake items in power list for testing. Change-Id: I6b6804673a68190ebc3f2ea32802e30811a7f5b2
* Apply predefined icon and label to managed profilesAlexandra Gherghina2014-10-311-6/+1
| | | | | Bug: 18132630 Change-Id: Ie6cfee420847d6992accb0bc0ca3f5535260bc55
* Update Settings to use themed Context.getDrawable()Alan Viverette2014-10-101-2/+2
| | | | | | | | | | Explicit null theme is passed when using Resources.getDrawable() and no theme is available, e.g. when using getResourcesForApplication(). This fixes an issue with ic_text_dot theming and helps avoid similar issues in the future. BUG: 17648301 Change-Id: I3e97c3490b6f2a55744f567b21284f2935ae9af7
* Fix app icons on some Settings screensZoltan Szatmary-Ban2014-08-141-5/+29
| | | | | | | | | App icons appeared as the default icon and sometimes without the corp badge on Data Usage and Battery screens for applications that were only installed for the managed profile. This CL fixes the issue. Bug:16705204 Change-Id: I778d36554feb19f28f3cb9321a291cab3d3e17bb
* Refactoring useless UserUtils classAlexandra Gherghina2014-07-281-2/+3
| | | | Bug: 16542609 Change-Id: Iadb83c5e378cd342ea89d6e224ddc45e6f940c8b
* Issue #15986092: Add power tracking of flashlight.Dianne Hackborn2014-07-081-0/+4
| | | | | | | Also improve drawing of date markers to allow a middle marker for really looong durations. Change-Id: I0c12ec9b6de102360d9171627787462dfa58b7ef
* Fix bug #12957032 Stability-Sys: Java crash in com.android.settings: ↵Fabrice Di Meglio2014-02-101-11/+10
| | | | | | | | | | | | java.lang.NullPointerException: ...Attempt to invoke virtual method 'boolean android.os.Handler.sendEmptyMessage(int)' on a null object reference - prevent NPE by checking the nullity of the Handler reference - remove dead code - rename mHandler to sHandler as it is a static Change-Id: I7f4101f860f24b0cd49a4656971e9b54e55c1286
* Switch to BatteryStatsHelper implementation in the framework.Dianne Hackborn2014-01-151-0/+305
Change-Id: I3ad051e029885af70a6bd14a1351b32860ba565d