/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
H A D | AvailableMediaBluetoothDeviceUpdaterTest.java | 114 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 D | ConnectedBluetoothDeviceUpdaterTest.java | 113 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 D | BluetoothCallback.java | 114 default void onAudioModeChanged() {} in onAudioModeChanged() method
|
H A D | BluetoothEventManager.java | 217 cachedDevice.onAudioModeChanged(); in dispatchAudioModeChanged() 220 callback.onAudioModeChanged(); in dispatchAudioModeChanged()
|
H A D | CachedBluetoothDevice.java | 591 void onAudioModeChanged() { in onAudioModeChanged() method in CachedBluetoothDevice
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
H A D | AvailableMediaDeviceGroupControllerTest.java | 195 mAvailableMediaDeviceGroupController.onAudioModeChanged(); in setTitle_inCallState_showCallStateTitle() 204 mAvailableMediaDeviceGroupController.onAudioModeChanged(); in setTitle_notInCallState_showMediaStateTitle()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | AvailableMediaBluetoothDeviceUpdater.java | 49 public void onAudioModeChanged() { in onAudioModeChanged() method in AvailableMediaBluetoothDeviceUpdater
|
H A D | ConnectedBluetoothDeviceUpdater.java | 49 public void onAudioModeChanged() { in onAudioModeChanged() method in ConnectedBluetoothDeviceUpdater
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothPreferenceController.java | 138 public void onAudioModeChanged() { in onAudioModeChanged() method in BluetoothPreferenceController
|
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
H A D | AvailableMediaDeviceGroupController.java | 137 public void onAudioModeChanged() { in onAudioModeChanged() method in AvailableMediaDeviceGroupController
|
/aosp12/packages/apps/Settings/src/com/android/settings/media/ |
H A D | MediaOutputIndicatorWorker.java | 124 public void onAudioModeChanged() { in onAudioModeChanged() method in MediaOutputIndicatorWorker
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothEventManagerTest.java | 136 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_audioStateChangedShouldDispatchToRegisterCallback() 149 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_phoneStateChangedShouldDispatchToRegisterCallback()
|
H A D | CachedBluetoothDeviceTest.java | 280 mCachedDevice.onAudioModeChanged(); in getConnectionSummary_testSingleProfileActiveDeviceHfp()
|
/aosp12/packages/apps/Settings/src/com/android/settings/sound/ |
H A D | AudioSwitchPreferenceController.java | 160 public void onAudioModeChanged() { in onAudioModeChanged() method in AudioSwitchPreferenceController
|