Searched refs:onProfileConnectionStateChangedIfProcessed (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | HearingAidDeviceManagerTest.java | 534 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_singleDevice_returnFalse() 554 mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChanged_connected_newDevice_verifySubDevice() 575 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_mainDevice_subDeviceDisconnected_returnFalse() 593 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_subDevice_mainDeviceConnected_verifyRefresh() 615 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connected_subDevice_mainDeviceDisconnected_switch() 640 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceConnected_switch() 664 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceDisconnected_returnFalse() 679 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnected_subDevice_verifyRefresh() 700 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_connect_member_mainDisconnected_switch() 723 assertThat(mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed( in onProfileConnectionStateChanged_disconnect_main_subDeviceConnected_switch()
|
D | CsipDeviceManagerTest.java | 165 assertThat(mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChangedIfProcessed_profileIsConnecting_returnOff() 171 assertThat(mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(mCachedDevice1, in onProfileConnectionStateChangedIfProcessed_profileIsDisconnecting_returnOff()
|
D | LocalBluetoothProfileManagerTest.java | 221 verify(mDeviceManager).onProfileConnectionStateChangedIfProcessed(mCachedBluetoothDevice, in stateChangedHandler_receiveHearingAidConnectionStateChanged_dispatchDeviceManager()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDeviceManager.java | 373 public synchronized boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice in onProfileConnectionStateChangedIfProcessed() method in CachedBluetoothDeviceManager 376 return mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onProfileConnectionStateChangedIfProcessed() 383 return mCsipDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onProfileConnectionStateChangedIfProcessed()
|
D | CsipDeviceManager.java | 162 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in CsipDeviceManager
|
D | HearingAidDeviceManager.java | 204 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in HearingAidDeviceManager
|
D | LocalBluetoothProfileManager.java | 414 .onProfileConnectionStateChangedIfProcessed(cachedDevice, newState, in onReceiveInternal()
|