Searched refs:HealthService (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hdp/
H A DHealthServiceTest.java10 HealthService testService = new HealthService();
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java55 public class HealthService extends ProfileService { class in inherits:ProfileService
58 private static final String TAG="HealthService";
150 if (DBG) log("HealthService Handler msg: " + msg.what);
172 appInfo.mRcpObj = new BluetoothHealthDeathRecipient(HealthService.this,appConfig);
295 private HealthService mService;
297 public BluetoothHealthDeathRecipient(HealthService service, BluetoothHealthAppConfiguration config) {
317 private HealthService mService;
319 public BluetoothHealthBinder(HealthService svc) {
328 private HealthService getService() {
342 HealthService servic
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java32 import com.android.bluetooth.hdp.HealthService;
55 A2dpSinkService.class, HidService.class, HealthService.class, PanService.class,
139 } else if (profile == HealthService.class) {

Completed in 358 milliseconds