OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLUETOOTH_SERVICE
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java
104
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
BluetoothPan.java
125
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
BluetoothAdapter.java
340
public static final String
BLUETOOTH_SERVICE
= "bluetooth";
364
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
[
all
...]
BluetoothHealth.java
438
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
BluetoothDevice.java
470
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
[
all
...]
/frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java
290
BluetoothAdapter.
BLUETOOTH_SERVICE
));
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
183
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
/frameworks/base/services/java/com/android/server/
SystemServer.java
232
ServiceManager.addService(BluetoothAdapter.
BLUETOOTH_SERVICE
, bluetooth);
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
91
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
[
all
...]
Completed in 2640 milliseconds