Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java103 HfpClientDeviceBlock block = findBlockForDevice(call.getDevice());
260 HfpClientDeviceBlock block = findBlockForDevice(bd1); in onConference()
317 synchronized HfpClientDeviceBlock findBlockForDevice(BluetoothDevice device) { in findBlockForDevice() method in HfpClientConnectionService