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 30 import com.android.bluetooth.hdp.HealthService;
51 HealthService.class,
AdapterService.java 62 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";
153 if (DBG) log("HealthService Handler msg: " + msg.what);
175 appInfo.mRcpObj = new BluetoothHealthDeathRecipient(HealthService.this,appConfig);
298 private HealthService mService;
300 public BluetoothHealthDeathRecipient(HealthService service, BluetoothHealthAppConfiguration config) {
320 private HealthService mService;
322 public BluetoothHealthBinder(HealthService svc) {
331 private HealthService getService() {
345 HealthService service = getService()
    [all...]

Completed in 79 milliseconds