Merge "Add bt traffic accounting"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2e6e7d1095
@@ -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) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user