Merge "Rename onProfileAudioStateChanged() to onAudioModeChanged()" into pi-dev am: ca67fbfea5

am: 7b167d3af8

Change-Id: Id96450cd4b95d9d49b9896bc3b86ea6ef1d50949
This commit is contained in:
timhypeng
2018-04-11 06:48:27 -07:00
committed by android-build-merger
3 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback {
} }
@Override @Override
public void onProfileAudioStateChanged(int bluetoothProfile, int state) { public void onAudioModeChanged() {
} }
/** /**

View File

@@ -81,7 +81,7 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu
} }
@Override @Override
public void onProfileAudioStateChanged(int bluetoothProfile, int state) { public void onAudioModeChanged() {
} }
@Override @Override

View File

@@ -276,7 +276,7 @@ public abstract class DeviceListPreferenceFragment extends
public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { } public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { }
@Override @Override
public void onProfileAudioStateChanged(int bluetoothProfile, int state) { } public void onAudioModeChanged() { }
/** /**
* Return the key of the {@link PreferenceGroup} that contains the bluetooth devices * Return the key of the {@link PreferenceGroup} that contains the bluetooth devices