Merge "Use enhanced estimate battery info when available"

This commit is contained in:
Salvador Martinez
2017-05-23 03:28:29 +00:00
committed by Android (Google) Code Review
3 changed files with 20 additions and 55 deletions

View File

@@ -217,7 +217,7 @@ public class BatteryUtils {
return timeUs / 1000;
}
private long convertMsToUs(long timeMs) {
public long convertMsToUs(long timeMs) {
return timeMs * 1000;
}