Merge "Follow framework change."

This commit is contained in:
TreeHugger Robot
2017-07-06 02:02:16 +00:00
committed by Android (Google) Code Review

View File

@@ -22,6 +22,7 @@ import android.os.BatteryStats.Timer;
import android.os.BatteryStats.Uid;
import android.util.ArrayMap;
import android.util.SparseArray;
import android.util.SparseIntArray;
/**
* Fake UID for testing power usage screen.
@@ -59,6 +60,11 @@ public class FakeUid extends Uid {
return null;
}
@Override
public ArrayMap<String, SparseIntArray> getJobCompletionStats() {
return null;
}
@Override
public SparseArray<? extends Sensor> getSensorStats() {
return null;