Searched defs:HealthChannel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java60 private List<HealthChannel> mHealthChannels;
85 mHealthChannels = Collections.synchronizedList(new ArrayList<HealthChannel>());
199 HealthChannel chan = (HealthChannel) msg.obj;
217 HealthChannel chan = (HealthChannel) msg.obj;
249 HealthChannel chan = findChannelById(channelStateEvent.mChannelId);
263 chan = new HealthChannel(device, appConfig, appConfig.getChannelType());
446 HealthChannel chan = findChannelById(channelId);
459 HealthChannel healthCha
842 private class HealthChannel { class in class:HealthService
851 private HealthChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, method in class:HealthService.HealthChannel
[all...]

Completed in 107 milliseconds