Merge "Adjust for changing BatteryStats.Uid API"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ea27b5d092
@@ -389,4 +389,9 @@ public class FakeUid extends Uid {
|
|||||||
public long[] getScreenOffCpuFreqTimes(int procState, int which) {
|
public long[] getScreenOffCpuFreqTimes(int procState, int which) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public double getProportionalSystemServiceUsage() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user