OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLUETOOTH_A2DP_SERVICE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
100
IBinder b = ServiceManager.getService(BluetoothA2dpService.
BLUETOOTH_A2DP_SERVICE
);
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
51
public static final String
BLUETOOTH_A2DP_SERVICE
= "bluetooth_a2dp";
/frameworks/base/services/java/com/android/server/
SystemServer.java
194
ServiceManager.addService(BluetoothA2dpService.
BLUETOOTH_A2DP_SERVICE
,
Completed in 733 milliseconds