Update FakeUid with new methods
Bug:28931278 Change-Id: I845337633b1840ae66bda065985624aa67b070df
This commit is contained in:
@@ -274,4 +274,14 @@ public class FakeUid extends Uid {
|
||||
public Timer getBluetoothScanTimer() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getWifiRadioApWakeupCount(int which) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getMobileRadioApWakeupCount(int which) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user