Home
last modified time | relevance | path

Searched refs:onProfileConnectionStateChangedIfProcessed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManagerTest.java251 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_singleDevice_returnFalse()
271 mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChanged_connected_newDevice_verifySubDevice()
292 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_mainDevice_subDeviceDisconnected_returnFalse()
310 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_subDevice_mainDeviceConnected_verifyRefresh()
332 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_subDevice_mainDeviceDisconnected_switch()
357 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceConnected_switch()
379 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceDisconnected_returnFalse()
394 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_subDevice_verifyRefresh()
DLocalBluetoothProfileManagerTest.java208 verify(mDeviceManager).onProfileConnectionStateChangedIfProcessed(mCachedBluetoothDevice, in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java237 public synchronized boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice in onProfileConnectionStateChangedIfProcessed() method in CachedBluetoothDeviceManager
239 return mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onProfileConnectionStateChangedIfProcessed()
DHearingAidDeviceManager.java156 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in HearingAidDeviceManager
DLocalBluetoothProfileManager.java301 && mDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onReceiveInternal()