Searched refs:BLUETOOTH_SERVICE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java281 public static final String BLUETOOTH_SERVICE = "bluetooth"; field in class:BluetoothAdapter
303 IBinder b = ServiceManager.getService(BluetoothAdapter.BLUETOOTH_SERVICE);
H A DBluetoothDevice.java349 IBinder b = ServiceManager.getService(BluetoothAdapter.BLUETOOTH_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java184 ServiceManager.addService(BluetoothAdapter.BLUETOOTH_SERVICE, null);
187 ServiceManager.addService(BluetoothAdapter.BLUETOOTH_SERVICE, null);
191 ServiceManager.addService(BluetoothAdapter.BLUETOOTH_SERVICE, bluetooth);
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownThread.java232 BluetoothAdapter.BLUETOOTH_SERVICE));

Completed in 79 milliseconds