Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java48 public final class BluetoothManager { class
58 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/core/java/android/app/
DSystemServiceRegistry.java34 import android.bluetooth.BluetoothManager;
205 registerService(Context.BLUETOOTH_SERVICE, BluetoothManager.class, in registerService()
206 new CachedServiceFetcher<BluetoothManager>() { in registerService()
208 public BluetoothManager createService(ContextImpl ctx) { in registerService()
209 return new BluetoothManager(ctx); in registerService()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd207 an instance of {@link android.bluetooth.BluetoothManager}, which is then
209 {@link android.bluetooth.BluetoothManager}:</p>
212 final BluetoothManager bluetoothManager =
213 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
356 private BluetoothManager mBluetoothManager;
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd374 android.bluetooth.BluetoothManager} class that you should use for some high level operations
379 final BluetoothManager bluetoothManager =
380 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
/frameworks/base/
Dpreloaded-classes572 android.bluetooth.BluetoothManager
Dcompiled-classes-phone651 android.bluetooth.BluetoothManager
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6469 public final class BluetoothManager {
/frameworks/base/api/
Dcurrent.txt7340 public final class BluetoothManager {
Dsystem-current.txt7632 public final class BluetoothManager {
Dtest-current.txt7346 public final class BluetoothManager {