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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothAdapter.java29 * LocalBluetoothAdapter provides an interface between the Settings app
37 public final class LocalBluetoothAdapter { class
38 private static final String TAG = "LocalBluetoothAdapter";
45 private static LocalBluetoothAdapter sInstance;
53 private LocalBluetoothAdapter(BluetoothAdapter adapter) { method in class:LocalBluetoothAdapter
62 * Get the singleton instance of the LocalBluetoothAdapter. If this device
65 * @return the LocalBluetoothAdapter object, or null if not supported
67 static synchronized LocalBluetoothAdapter getInstance() {
71 sInstance = new LocalBluetoothAdapter(adapter);

Completed in 94 milliseconds