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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 617 public synchronized void fetchAttrAndPlayItem(BluetoothDevice device, String uid) {
619 Log.d(TAG, "fetchAttrAndPlayItem device = " + device + " uid " + uid);
623 Log.e(TAG, "fetchAttrAndPlayItem device is null");
628 Log.e(TAG, "fetchAttrAndPlayItem device " + device + " does not match " +
634 Log.e(TAG, "fetchAttrAndPlayItem browse not yet connected");
637 mAvrcpCtSm.fetchAttrAndPlayItem(uid);
    [all...]
AvrcpControllerStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 293 mAvrcpCtrlSrvc.fetchAttrAndPlayItem(mA2dpDevice, mediaId);

Completed in 234 milliseconds