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 D | HearingAidDeviceManagerTest.java | 363 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 D | CsipDeviceManagerTest.java | 161 assertThat(mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChangedIfProcessed_profileIsConnecting_returnOff() 167 assertThat(mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChangedIfProcessed_profileIsDisconnecting_returnOff()
|
H A D | LocalBluetoothProfileManagerTest.java | 208 verify(mDeviceManager).onProfileConnectionStateChangedIfProcessed(mCachedBluetoothDevice, in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceManager.java | 343 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 D | CsipDeviceManager.java | 162 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in CsipDeviceManager
|
H A D | HearingAidDeviceManager.java | 234 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in HearingAidDeviceManager
|
H A D | LocalBluetoothProfileManager.java | 412 .onProfileConnectionStateChangedIfProcessed(cachedDevice, newState, in onReceiveInternal()
|