Rename onProfileAudioStateChanged() to onAudioModeChanged()

Bug: 74134939
Test: Build
Change-Id: I85895238b6ee16fec85d0cf3dd0242c9ba17a3bd
This commit is contained in:
timhypeng
2018-04-08 13:53:46 +08:00
committed by hughchen
parent a62df616f9
commit 3775f969ba
3 changed files with 3 additions and 3 deletions

View File

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