Merge "Add bt traffic accounting"

This commit is contained in:
Adam Lesinski
2016-01-21 02:22:05 +00:00
committed by Android (Google) Code Review

View File

@@ -77,6 +77,11 @@ public class FakeUid extends Uid {
return 0;
}
@Override
public long getBluetoothControllerActivity(int type, int which) {
return 0;
}
@Override
public void noteWifiRunningLocked(long elapsedRealtime) {
}