Searched defs:LocalBluetoothAdapter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java31 * LocalBluetoothAdapter provides an interface between the Settings app
39 public class LocalBluetoothAdapter { class
40 private static final String TAG = "LocalBluetoothAdapter";
47 private static LocalBluetoothAdapter sInstance;
55 private LocalBluetoothAdapter(BluetoothAdapter adapter) { method in class:LocalBluetoothAdapter
64 * Get the singleton instance of the LocalBluetoothAdapter. If this device
67 * @return the LocalBluetoothAdapter object, or null if not supported
69 static synchronized LocalBluetoothAdapter getInstance() {
73 sInstance = new LocalBluetoothAdapter(adapter);

Completed in 50 milliseconds