HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothA2dpService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 21 import android.server.BluetoothA2dpService;
100 IBinder b = ServiceManager.getService(BluetoothA2dpService.BLUETOOTH_A2DP_SERVICE);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 41 import android.server.BluetoothA2dpService;
97 BluetoothA2dpService bluetoothA2dp = null;
193 bluetoothA2dp = new BluetoothA2dpService(context, bluetooth);
194 ServiceManager.addService(BluetoothA2dpService.BLUETOOTH_A2DP_SERVICE,
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 47 public class BluetoothA2dpService extends IBluetoothA2dp.Stub {
48 private static final String TAG = "BluetoothA2dpService";
162 public BluetoothA2dpService(Context context, BluetoothService bluetoothService) {
173 throw new RuntimeException("Could not init BluetoothA2dpService");

Completed in 869 milliseconds