Home
last modified time | relevance | path

Searched refs:onProfileConnectionStateChanged (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerExt.kt25 val BluetoothEventManager.onProfileConnectionStateChanged: Flow<ProfileConnectionState> constant
29 override fun onProfileConnectionStateChanged( in <lambda>() method
DBluetoothCallback.java147 default void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method
DAmbientVolumeUiController.java234 public void onProfileConnectionStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in AmbientVolumeUiController
DBluetoothEventManager.java228 callback.onProfileConnectionStateChanged(device, state, bluetoothProfile); in dispatchProfileConnectionStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemInteractor.kt88 override fun onProfileConnectionStateChanged( in <lambda>() method
93 super.onProfileConnectionStateChanged( in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/data/repository/
DAudioSharingRepository.kt33 import com.android.settingslib.bluetooth.onProfileConnectionStateChanged in <lambda>()
169 btManager.eventManager.onProfileConnectionStateChanged
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java387 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method in BluetoothControllerImpl
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/volume/data/repository/
DAudioSharingRepositoryTest.kt426 btCallbackCaptor.value.onProfileConnectionStateChanged(cachedDevice2, state, profile) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegate.java264 public void onProfileConnectionStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in HearingDevicesDialogDelegate
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java218 verify(mBluetoothCallback).onProfileConnectionStateChanged(mCachedBluetoothDevice, in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()