OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLUETOOTH_SERVICE
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/
WirelessSettings.java
117
if (ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
) == null) {
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
281
public static final String
BLUETOOTH_SERVICE
= "bluetooth";
303
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
[
all
...]
BluetoothDevice.java
349
IBinder b = ServiceManager.getService(BluetoothAdapter.
BLUETOOTH_SERVICE
);
/frameworks/base/services/java/com/android/server/
SystemServer.java
184
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/
ShutdownThread.java
232
BluetoothAdapter.
BLUETOOTH_SERVICE
));
Completed in 91 milliseconds