Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManagerTest.java363 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_singleDevice_returnFalse()
383 mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChanged_connected_newDevice_verifySubDevice()
404 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_mainDevice_subDeviceDisconnected_returnFalse()
422 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_subDevice_mainDeviceConnected_verifyRefresh()
444 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_subDevice_mainDeviceDisconnected_switch()
469 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceConnected_switch()
493 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceDisconnected_returnFalse()
508 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_subDevice_verifyRefresh()
H A DCsipDeviceManagerTest.java161 assertThat(mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChangedIfProcessed_profileIsConnecting_returnOff()
167 assertThat(mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChangedIfProcessed_profileIsDisconnecting_returnOff()
H A DLocalBluetoothProfileManagerTest.java208 verify(mDeviceManager).onProfileConnectionStateChangedIfProcessed(mCachedBluetoothDevice, in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java343 public synchronized boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice in onProfileConnectionStateChangedIfProcessed() method in CachedBluetoothDeviceManager
346 return mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onProfileConnectionStateChangedIfProcessed()
353 return mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onProfileConnectionStateChangedIfProcessed()
H A DCsipDeviceManager.java162 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in CsipDeviceManager
H A DHearingAidDeviceManager.java234 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in HearingAidDeviceManager
H A DLocalBluetoothProfileManager.java412 .onProfileConnectionStateChangedIfProcessed(cachedDevice, newState, in onReceiveInternal()