Searched refs:HfpClientDeviceBlock (Results 1 – 4 of 4) sorted by relevance
53 private final Map<BluetoothDevice, HfpClientDeviceBlock> mDeviceBlocks = new HashMap<>();126 HfpClientDeviceBlock block = createBlockForDevice(device); in onConnectionStateChangedInternal()135 HfpClientDeviceBlock block = mDeviceBlocks.remove(device); in onConnectionStateChangedInternal()162 HfpClientDeviceBlock block = findBlockForDevice(device); in onCallChangedInternal()174 HfpClientDeviceBlock block = findBlockForDevice(device); in onAudioStateChangedInternal()215 for (Iterator<Map.Entry<BluetoothDevice, HfpClientDeviceBlock>> it = in disconnectAll()248 HfpClientDeviceBlock block = findBlockForHandle(connectionManagerAccount); in onCreateIncomingConnection()267 HfpClientDeviceBlock block = findBlockForHandle(connectionManagerAccount); in onCreateOutgoingConnection()283 HfpClientDeviceBlock block = findBlockForHandle(connectionManagerAccount); in onCreateUnknownConnection()319 HfpClientDeviceBlock block = findBlockForDevice(bd1); in onConference()[all …]
40 public class HfpClientDeviceBlock { class41 private static final String TAG = HfpClientDeviceBlock.class.getSimpleName();54 HfpClientDeviceBlock( in HfpClientDeviceBlock() method in HfpClientDeviceBlock367 public static HfpClientDeviceBlock build( in build()374 protected HfpClientDeviceBlock buildInternal( in buildInternal()378 return new HfpClientDeviceBlock(device, connServ, serviceInterface); in buildInternal()
160 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in setupDeviceConnection()169 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in startServiceWithAlreadyConnectedDevice_blockIsCreated()203 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in callChanged_callAdded()217 HfpClientDeviceBlock block = mHfpClientConnectionService.findBlockForDevice(TEST_DEVICE); in audioStateChanged_scoStateChanged()
61 private HfpClientDeviceBlock mHfpClientDeviceBlock;168 new HfpClientDeviceBlock(mBluetoothDevice, mConnServ, mMockServiceInterface); in createOutgoingConnectionWithScoState()