Add bt traffic accounting

Bug:26039657
Change-Id: I8f8d0389b5b55e02b4a3528b010b76938d87a2a3
This commit is contained in:
Adam Lesinski
2015-12-04 17:01:23 -08:00
parent 8440469960
commit d4574a06b2

View File

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