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.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()
DBluetoothEventManagerTest.java153 mBluetoothEventManager.dispatchProfileConnectionStateChanged(mCachedBluetoothDevice, in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java201 void dispatchProfileConnectionStateChanged(CachedBluetoothDevice device, int state, in dispatchProfileConnectionStateChanged() method in BluetoothEventManager
DLocalBluetoothProfileManager.java305 mEventManager.dispatchProfileConnectionStateChanged(cachedDevice, newState, in onReceiveInternal()