HomeSort by relevance Sort by last modified time
    Searched refs:HealthService (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 27 import com.android.bluetooth.hdp.HealthService;
46 HealthService.class,
AdapterService.java 53 import com.android.bluetooth.hdp.HealthService;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 58 public class HealthService extends ProfileService {
61 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 service = getService()
    [all...]

Completed in 51 milliseconds