Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DAvailableMediaBluetoothDeviceUpdaterTest.java114 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_hfpDeviceConnected_inCall_addPreference()
127 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_hfpDeviceConnected_notInCall_removePreference()
140 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_a2dpDeviceConnected_inCall_removePreference()
153 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_a2dpDeviceConnected_notInCall_addPreference()
H A DConnectedBluetoothDeviceUpdaterTest.java113 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_hfpDeviceConnected_notInCall_addPreference()
126 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_hfpDeviceConnected_inCall_removePreference()
139 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_a2dpDeviceConnected_notInCall_removePreference()
152 mBluetoothDeviceUpdater.onAudioModeChanged(); in onAudioModeChanged_a2dpDeviceConnected_inCall_addPreference()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java114 default void onAudioModeChanged() {} in onAudioModeChanged() method
H A DBluetoothEventManager.java217 cachedDevice.onAudioModeChanged(); in dispatchAudioModeChanged()
220 callback.onAudioModeChanged(); in dispatchAudioModeChanged()
H A DCachedBluetoothDevice.java591 void onAudioModeChanged() { in onAudioModeChanged() method in CachedBluetoothDevice
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
H A DAvailableMediaDeviceGroupControllerTest.java195 mAvailableMediaDeviceGroupController.onAudioModeChanged(); in setTitle_inCallState_showCallStateTitle()
204 mAvailableMediaDeviceGroupController.onAudioModeChanged(); in setTitle_notInCallState_showMediaStateTitle()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DAvailableMediaBluetoothDeviceUpdater.java49 public void onAudioModeChanged() { in onAudioModeChanged() method in AvailableMediaBluetoothDeviceUpdater
H A DConnectedBluetoothDeviceUpdater.java49 public void onAudioModeChanged() { in onAudioModeChanged() method in ConnectedBluetoothDeviceUpdater
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothPreferenceController.java138 public void onAudioModeChanged() { in onAudioModeChanged() method in BluetoothPreferenceController
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/
H A DAvailableMediaDeviceGroupController.java137 public void onAudioModeChanged() { in onAudioModeChanged() method in AvailableMediaDeviceGroupController
/aosp12/packages/apps/Settings/src/com/android/settings/media/
H A DMediaOutputIndicatorWorker.java124 public void onAudioModeChanged() { in onAudioModeChanged() method in MediaOutputIndicatorWorker
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManagerTest.java136 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_audioStateChangedShouldDispatchToRegisterCallback()
149 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_phoneStateChangedShouldDispatchToRegisterCallback()
H A DCachedBluetoothDeviceTest.java280 mCachedDevice.onAudioModeChanged(); in getConnectionSummary_testSingleProfileActiveDeviceHfp()
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java160 public void onAudioModeChanged() { in onAudioModeChanged() method in AudioSwitchPreferenceController