Home
last modified time | relevance | path

Searched refs:BluetoothManager (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java53 public final class BluetoothManager { class
63 public BluetoothManager(Context context) { in BluetoothManager() method in BluetoothManager
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothInstrumentation.java44 mAdapter = ((BluetoothManager)getContext().getSystemService( in getBluetoothAdapter()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java33 import android.bluetooth.BluetoothManager;
138 mBluetoothAdapter = getSystemService(BluetoothManager.class).getAdapter(); in onCreate()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java35 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()
/frameworks/support/compat/src/main/java/androidx/core/content/
DContextCompat.java86 import android.bluetooth.BluetoothManager;
748 SERVICES.put(BluetoothManager.class, BLUETOOTH_SERVICE); in SERVICES.put()
/frameworks/base/config/
Dpreloaded-classes597 android.bluetooth.BluetoothManager
Dhiddenapi-public-dex.txt5789 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)I
5793 Landroid/bluetooth/BluetoothManager;->getDevicesMatchingConnectionStates(I[I)Ljava/util/List;
5794 Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/Bl…
Dboot-image-profile.txt15410 …temServiceRegistry$8;->createService(Landroid/app/ContextImpl;)Landroid/bluetooth/BluetoothManager;
16519 HSPLandroid/bluetooth/BluetoothManager;->getAdapter()Landroid/bluetooth/BluetoothAdapter;
54332 Landroid/bluetooth/BluetoothManager;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6469 public final class BluetoothManager {
/frameworks/base/api/
Dcurrent.txt8449 public final class BluetoothManager {