Searched refs:findBlockForDevice (Results 1 – 2 of 2) sorted by relevance
160 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in setupDeviceConnection()169 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in startServiceWithAlreadyConnectedDevice_blockIsCreated()186 assertThat(mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE)).isNull(); in disconnectDevice_blockIsRemoved()203 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in callChanged_callAdded()217 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in audioStateChanged_scoStateChanged()
162 HfpClientDeviceBlock block = findBlockForDevice(device); in onCallChangedInternal()174 HfpClientDeviceBlock block = findBlockForDevice(device); in onAudioStateChangedInternal()319 HfpClientDeviceBlock block = findBlockForDevice(bd1); in onConference()351 synchronized HfpClientDeviceBlock findBlockForDevice(BluetoothDevice device) { in findBlockForDevice() method in HfpClientConnectionService