Rename onProfileAudioStateChanged() to onAudioModeChanged()
Bug: 74134939 Test: Build Change-Id: I85895238b6ee16fec85d0cf3dd0242c9ba17a3bd
This commit is contained in:
@@ -167,7 +167,7 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onProfileAudioStateChanged(int bluetoothProfile, int state) {
|
public void onAudioModeChanged() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user