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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java61 private List<HealthChannel> mHealthChannels;
86 mHealthChannels = Collections.synchronizedList(new ArrayList<HealthChannel>());
195 HealthChannel chan = (HealthChannel) msg.obj;
213 HealthChannel chan = (HealthChannel) msg.obj;
245 HealthChannel chan = findChannelById(channelStateEvent.mChannelId);
252 chan = new HealthChannel(device, appConfig, appConfig.getChannelType());
429 HealthChannel chan = findChannelById(channelId);
442 HealthChannel healthCha
809 private class HealthChannel { class in class:HealthService
818 private HealthChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, method in class:HealthService.HealthChannel
[all...]

Completed in 54 milliseconds