Home
last modified time | relevance | path

Searched refs:BLUETOOTH_MANAGER_SERVICE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DBluetoothService.java46 publishBinderService(BluetoothAdapter.BLUETOOTH_MANAGER_SERVICE, in onBootPhase()
/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java74 IBinder b = ServiceManager.getService(BluetoothAdapter.BLUETOOTH_MANAGER_SERVICE); in BluetoothManager()
DBluetoothAdapter.java649 public static final String BLUETOOTH_MANAGER_SERVICE = "bluetooth_manager"; field in BluetoothAdapter
727 IBinder b = ServiceManager.getService(BLUETOOTH_MANAGER_SERVICE); in getDefaultAdapter()