Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManagerTest.java165 verify(mEventManager).dispatchProfileConnectionStateChanged( in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
186 verify(mEventManager).dispatchProfileConnectionStateChanged(mCachedBluetoothDevice, in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
229 verify(mEventManager).dispatchProfileConnectionStateChanged( in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
H A DBluetoothEventManagerTest.java167 mBluetoothEventManager.dispatchProfileConnectionStateChanged(mCachedBluetoothDevice, in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManager.java209 void dispatchProfileConnectionStateChanged(@NonNull CachedBluetoothDevice device, int state, in dispatchProfileConnectionStateChanged() method in BluetoothEventManager
H A DLocalBluetoothProfileManager.java417 mEventManager.dispatchProfileConnectionStateChanged(cachedDevice, newState, in onReceiveInternal()