Searched refs:onProfileConnectionStateChanged (Results 1 – 10 of 10) sorted by relevance
25 val BluetoothEventManager.onProfileConnectionStateChanged: Flow<ProfileConnectionState> constant29 override fun onProfileConnectionStateChanged( in <lambda>() method
147 default void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method
234 public void onProfileConnectionStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in AmbientVolumeUiController
228 callback.onProfileConnectionStateChanged(device, state, bluetoothProfile); in dispatchProfileConnectionStateChanged()
88 override fun onProfileConnectionStateChanged( in <lambda>() method93 super.onProfileConnectionStateChanged( in <lambda>()
33 import com.android.settingslib.bluetooth.onProfileConnectionStateChanged in <lambda>()169 btManager.eventManager.onProfileConnectionStateChanged
387 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method in BluetoothControllerImpl
426 btCallbackCaptor.value.onProfileConnectionStateChanged(cachedDevice2, state, profile) in <lambda>()
264 public void onProfileConnectionStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in HearingDevicesDialogDelegate
218 verify(mBluetoothCallback).onProfileConnectionStateChanged(mCachedBluetoothDevice, in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()