Remove the function that not used in BluetoothCallback

Bug: 111811266
Test: Build pass
Change-Id: Ib33ec31607931f5e67d5119cf9b0cb6b894794a0
This commit is contained in:
hughchen
2018-08-06 17:53:08 +08:00
parent eda8a01c23
commit de6d3202e1
5 changed files with 0 additions and 112 deletions

View File

@@ -127,9 +127,6 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback,
forceUpdate();
}
@Override
public void onScanningStateChanged(boolean started) {}
@Override
public void onDeviceAdded(CachedBluetoothDevice cachedDevice) {
update(cachedDevice);
@@ -148,17 +145,6 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback,
update(cachedDevice);
}
@Override
public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) {}
@Override
public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
}
@Override
public void onAudioModeChanged() {
}
@Override
public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state,
int bluetoothProfile) {