Searched defs:BluetoothA2dpService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java51 public class BluetoothA2dpService extends IBluetoothA2dp.Stub { class in inherits:IBluetoothA2dp.Stub
52 private static final String TAG = "BluetoothA2dpService";
139 public BluetoothA2dpService(Context context, BluetoothService bluetoothService) { method in class:BluetoothA2dpService
143 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "BluetoothA2dpService");
155 throw new RuntimeException("Could not init BluetoothA2dpService");

Completed in 62 milliseconds