Searched refs:BluetoothManager (Results 1 – 10 of 10) sorted by relevance
53 public final class BluetoothManager { class63 public BluetoothManager(Context context) { in BluetoothManager() method in BluetoothManager
44 mAdapter = ((BluetoothManager)getContext().getSystemService( in getBluetoothAdapter()
33 import android.bluetooth.BluetoothManager;138 mBluetoothAdapter = getSystemService(BluetoothManager.class).getAdapter(); in onCreate()
35 import android.bluetooth.BluetoothManager;239 registerService(Context.BLUETOOTH_SERVICE, BluetoothManager.class, in registerService()240 new CachedServiceFetcher<BluetoothManager>() { in registerService()242 public BluetoothManager createService(ContextImpl ctx) { in registerService()243 return new BluetoothManager(ctx); in registerService()
86 import android.bluetooth.BluetoothManager;748 SERVICES.put(BluetoothManager.class, BLUETOOTH_SERVICE); in SERVICES.put()
597 android.bluetooth.BluetoothManager
5789 Landroid/bluetooth/BluetoothManager;5790 Landroid/bluetooth/BluetoothManager;->getAdapter()Landroid/bluetooth/BluetoothAdapter;5791 Landroid/bluetooth/BluetoothManager;->getConnectedDevices(I)Ljava/util/List;5792 Landroid/bluetooth/BluetoothManager;->getConnectionState(Landroid/bluetooth/BluetoothDevice;I)I5793 Landroid/bluetooth/BluetoothManager;->getDevicesMatchingConnectionStates(I[I)Ljava/util/List;5794 Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/Bl…
15410 …temServiceRegistry$8;->createService(Landroid/app/ContextImpl;)Landroid/bluetooth/BluetoothManager;16519 HSPLandroid/bluetooth/BluetoothManager;->getAdapter()Landroid/bluetooth/BluetoothAdapter;54332 Landroid/bluetooth/BluetoothManager;
6469 public final class BluetoothManager {
8449 public final class BluetoothManager {