Merge "Use enhanced estimate battery info when available"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6976ccecee
@@ -217,7 +217,7 @@ public class BatteryUtils {
|
||||
return timeUs / 1000;
|
||||
}
|
||||
|
||||
private long convertMsToUs(long timeMs) {
|
||||
public long convertMsToUs(long timeMs) {
|
||||
return timeMs * 1000;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user