Follow framework change.
Test: manual Change-Id: I5a45cf67179f330e56ef2e69ab49e82337430282
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user