Home
last modified time | relevance | path

Searched refs:HfpClientDeviceBlock (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnectionService.java53 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 …]
DHfpClientDeviceBlock.java40 public class HfpClientDeviceBlock { class
41 private static final String TAG = HfpClientDeviceBlock.class.getSimpleName();
54 HfpClientDeviceBlock( in HfpClientDeviceBlock() method in HfpClientDeviceBlock
367 public static HfpClientDeviceBlock build( in build()
374 protected HfpClientDeviceBlock buildInternal( in buildInternal()
378 return new HfpClientDeviceBlock(device, connServ, serviceInterface); in buildInternal()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionServiceTest.java160 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()
DHfpClientDeviceBlockTest.java61 private HfpClientDeviceBlock mHfpClientDeviceBlock;
168 new HfpClientDeviceBlock(mBluetoothDevice, mConnServ, mMockServiceInterface); in createOutgoingConnectionWithScoState()