Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java252 HealthChannel chan = findChannelById(channelStateEvent.mChannelId); in handleMessage()
443 HealthChannel chan = findChannelById(channelId); in disconnectChannel()
747 private HealthChannel findChannelById(int id) { in findChannelById() method in HealthService