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

  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 46 final class BluetoothHealthProfileHandler {
47 private static final String TAG = "BluetoothHealthProfileHandler";
50 private static BluetoothHealthProfileHandler sInstance;
157 private BluetoothHealthProfileHandler(Context context, BluetoothService service) {
165 static synchronized BluetoothHealthProfileHandler getInstance(Context context,
167 if (sInstance == null) sInstance = new BluetoothHealthProfileHandler(context, service);
BluetoothService.java 173 private BluetoothHealthProfileHandler mBluetoothHealthProfileHandler;
247 mBluetoothHealthProfileHandler = BluetoothHealthProfileHandler.getInstance(mContext, this);
    [all...]

Completed in 158 milliseconds