Home
last modified time | relevance | path

Searched refs:onAudioModeChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManagerExt.kt29 override fun onAudioModeChanged() { in <lambda>() method
DBluetoothCallback.java134 default void onAudioModeChanged() {} in onAudioModeChanged() method
DBluetoothEventManager.java250 cachedDevice.onAudioModeChanged(); in dispatchAudioModeChanged()
253 callback.onAudioModeChanged(); in dispatchAudioModeChanged()
DCachedBluetoothDevice.java832 void onAudioModeChanged() { in onAudioModeChanged() method in CachedBluetoothDevice
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java174 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_audioStateChangedShouldDispatchToRegisterCallback()
187 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_phoneStateChangedShouldDispatchToRegisterCallback()
DCachedBluetoothDeviceTest.java546 mCachedDevice.onAudioModeChanged(); in getConnectionSummary_testSingleProfileActiveDeviceHfp()
582 mCachedDevice.onAudioModeChanged(); in getTvConnectionSummary_testSingleProfileActiveDeviceHfp()