Update FakeUid with new methods

Bug:28931278
Change-Id: I845337633b1840ae66bda065985624aa67b070df
This commit is contained in:
Adam Lesinski
2016-07-15 18:08:29 -07:00
parent 410273210d
commit f584eaa03a

View File

@@ -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;
}
}