Adding new methods to FakeUid.

Test: built and flashed to device
Bug: 65750808
Change-Id: Iddc198ce5b971105a44d15b8490138c18fc0f065
This commit is contained in:
Kweku Adams
2017-10-18 13:56:04 -07:00
parent 5317e70be1
commit 19f896e073

View File

@@ -153,6 +153,11 @@ public class FakeUid extends Uid {
return 0;
}
@Override
public Timer getWifiScanTimer() {
return null;
}
@Override
public int getWifiScanBackgroundCount(int which) {
return 0;
@@ -168,6 +173,11 @@ public class FakeUid extends Uid {
return 0;
}
@Override
public Timer getWifiScanBackgroundTimer() {
return null;
}
@Override
public long getWifiBatchedScanTime(int csphBin, long elapsedRealtimeUs, int which) {
return 0;