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 596 public synchronized void fetchAttrAndPlayItem(BluetoothDevice device, String uid) {
598 Log.d(TAG, "fetchAttrAndPlayItem device = " + device + " uid " + uid);
602 Log.e(TAG, "fetchAttrAndPlayItem device is null");
607 Log.e(TAG, "fetchAttrAndPlayItem device " + device + " does not match "
613 Log.e(TAG, "fetchAttrAndPlayItem browse not yet connected");
616 mAvrcpCtSm.fetchAttrAndPlayItem(uid);
    [all...]
AvrcpControllerStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 301 mAvrcpCtrlSrvc.fetchAttrAndPlayItem(mA2dpDevice, mediaId);

Completed in 153 milliseconds