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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 63 import com.android.bluetooth.a2dpsink.A2dpSinkService;
254 A2dpSinkService a2dpSinkService = A2dpSinkService.getA2dpSinkService();
290 if ((a2dpSinkService != null) &&
292 (a2dpSinkService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) {
293 a2dpSinkService.setPriority(device, BluetoothProfile.PRIORITY_ON);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 37 import com.android.bluetooth.a2dpsink.A2dpSinkService;
545 A2dpSinkService a2dpSinkService = A2dpSinkService.getA2dpSinkService();
571 if((a2dpSinkService != null)&&(!mConnectedDevices.isEmpty())) {
573 a2dpSinkService.informAvrcpPassThroughCmd(device, msg.arg1, msg.arg2);
    [all...]

Completed in 270 milliseconds