Searched refs:BluetoothManager (Results 1 – 12 of 12) sorted by relevance
21 import android.bluetooth.BluetoothManager;44 private final BluetoothManager mBluetoothManager;54 mBluetoothManager = mContext.getSystemService(BluetoothManager.class); in BluetoothConstraint()111 static boolean isBluetoothConnected(BluetoothManager bluetoothManager) { in isBluetoothConnected()
34 import android.bluetooth.BluetoothManager;71 private BluetoothManager mBluetoothManager;85 .when(mContext).getSystemService(BluetoothManager.class); in setUp()
55 public final class BluetoothManager { class64 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()
44 import android.bluetooth.BluetoothManager;299 registerService(Context.BLUETOOTH_SERVICE, BluetoothManager.class, in registerService()300 new CachedServiceFetcher<BluetoothManager>() { in registerService()302 public BluetoothManager createService(ContextImpl ctx) { in registerService()303 return new BluetoothManager(ctx); in registerService()
684 android.bluetooth.BluetoothManager
2185 …emServiceRegistry$10;->createService(Landroid/app/ContextImpl;)Landroid/bluetooth/BluetoothManager;32775 Landroid/bluetooth/BluetoothManager;41153 HSPLandroid/bluetooth/BluetoothManager;->getAdapter()Landroid/bluetooth/BluetoothAdapter;
10600 Landroid/bluetooth/BluetoothManager;-><init>(Landroid/content/Context;)V10601 Landroid/bluetooth/BluetoothManager;->DBG:Z10602 Landroid/bluetooth/BluetoothManager;->mAdapter:Landroid/bluetooth/BluetoothAdapter;10603 Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/Bl…10604 Landroid/bluetooth/BluetoothManager;->TAG:Ljava/lang/String;10605 Landroid/bluetooth/BluetoothManager;->VDBG:Z
6469 public final class BluetoothManager {
8747 public final class BluetoothManager {