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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 135 filter.addAction(BluetoothAvrcpController.ACTION_TRACK_EVENT);
271 } else if (BluetoothAvrcpController.ACTION_TRACK_EVENT.equals(action)) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 79 public static final String ACTION_TRACK_EVENT =
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 514 Intent intent = new Intent(BluetoothAvrcpController.ACTION_TRACK_EVENT);
521 Intent intent = new Intent(BluetoothAvrcpController.ACTION_TRACK_EVENT);
    [all...]

Completed in 46 milliseconds