Searched refs:onProfileConnectionStateChangedIfProcessed (Results 1 – 5 of 5) sorted by relevance
251 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()
208 verify(mDeviceManager).onProfileConnectionStateChangedIfProcessed(mCachedBluetoothDevice, in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager()
237 public synchronized boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice in onProfileConnectionStateChangedIfProcessed() method in CachedBluetoothDeviceManager239 return mHearingAidDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onProfileConnectionStateChangedIfProcessed()
156 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed() method in HearingAidDeviceManager
301 && mDeviceManager.onProfileConnectionStateChangedIfProcessed(cachedDevice, in onReceiveInternal()