diff --git a/src/com/android/settings/bluetooth/BluetoothDeviceUpdater.java b/src/com/android/settings/bluetooth/BluetoothDeviceUpdater.java index e322bb4d86b..67cf2994acc 100644 --- a/src/com/android/settings/bluetooth/BluetoothDeviceUpdater.java +++ b/src/com/android/settings/bluetooth/BluetoothDeviceUpdater.java @@ -167,7 +167,7 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback { } @Override - public void onProfileAudioStateChanged(int bluetoothProfile, int state) { + public void onAudioModeChanged() { } /** diff --git a/src/com/android/settings/bluetooth/BluetoothSummaryUpdater.java b/src/com/android/settings/bluetooth/BluetoothSummaryUpdater.java index 380bf699a1e..5724ab427bb 100644 --- a/src/com/android/settings/bluetooth/BluetoothSummaryUpdater.java +++ b/src/com/android/settings/bluetooth/BluetoothSummaryUpdater.java @@ -81,7 +81,7 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu } @Override - public void onProfileAudioStateChanged(int bluetoothProfile, int state) { + public void onAudioModeChanged() { } @Override diff --git a/src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java b/src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java index 0a7dc7cbf1b..904d737a324 100644 --- a/src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java +++ b/src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java @@ -276,7 +276,7 @@ public abstract class DeviceListPreferenceFragment extends public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { } @Override - public void onProfileAudioStateChanged(int bluetoothProfile, int state) { } + public void onAudioModeChanged() { } /** * Return the key of the {@link PreferenceGroup} that contains the bluetooth devices