Home
last modified time | relevance | path

Searched refs:dispatchProfileConnectionStateChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java177 verify(mEventManager).dispatchProfileConnectionStateChanged( in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
198 verify(mEventManager).dispatchProfileConnectionStateChanged(mCachedBluetoothDevice, in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
264 verify(mEventManager).dispatchProfileConnectionStateChanged( in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
DBluetoothEventManagerTest.java198 mBluetoothEventManager.dispatchProfileConnectionStateChanged(mCachedBluetoothDevice, in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()
227 mBluetoothEventManager.dispatchProfileConnectionStateChanged( in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice()
258 mBluetoothEventManager.dispatchProfileConnectionStateChanged( in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice()
289 mBluetoothEventManager.dispatchProfileConnectionStateChanged( in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice()
320 mBluetoothEventManager.dispatchProfileConnectionStateChanged( in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice()
351 mBluetoothEventManager.dispatchProfileConnectionStateChanged( in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java219 void dispatchProfileConnectionStateChanged( in dispatchProfileConnectionStateChanged() method in BluetoothEventManager
DLocalBluetoothProfileManager.java419 mEventManager.dispatchProfileConnectionStateChanged(cachedDevice, newState, in onReceiveInternal()