Merge "Follow framework change."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6e6d775c1b
@@ -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