Home
last modified time | relevance | path

Searched refs:FEATURE_NOW_PLAYING (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java45 public static final int FEATURE_NOW_PLAYING = 65; field in AvrcpPlayer
DAvrcpControllerStateMachine.java571 if (mAddressedPlayer.supportsFeature(AvrcpPlayer.FEATURE_NOW_PLAYING)) { in processMessage()