Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/
DPlayStatus.java43 ret.state = playbackStateToAvrcpState(state.getState()); in fromPlaybackState()
49 static byte playbackStateToAvrcpState(int playbackState) { in playbackStateToAvrcpState() method in PlayStatus