Merge "Update FakeUid interface to match BatteryStats.Uid"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fdb17a7ba2
@@ -264,4 +264,9 @@ public class FakeUid extends Uid {
|
||||
public BatteryStats.ControllerActivityCounter getModemControllerActivity() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Timer getBluetoothScanTimer() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user