Merge "Update FakeUid with new methods" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
30bef0a063
@@ -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