Merge "Rename onProfileAudioStateChanged() to onAudioModeChanged()" into pi-dev
am: ca67fbfea5
Change-Id: Ie85e5290a101d83a97a0f98a90249b11d9b6d6f5
This commit is contained in:
@@ -167,7 +167,7 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProfileAudioStateChanged(int bluetoothProfile, int state) {
|
||||
public void onAudioModeChanged() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -81,7 +81,7 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProfileAudioStateChanged(int bluetoothProfile, int state) {
|
||||
public void onAudioModeChanged() {
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user