Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerService.java494 return AvrcpUtils.mapBtPlayStatustoPlayBackState( in getCurrentPlayBackState()
553 broadcastPlayBackStateChanged(AvrcpUtils.mapBtPlayStatustoPlayBackState in handleMessage()
693 broadcastPlayBackStateChanged(AvrcpUtils.mapBtPlayStatustoPlayBackState in handleMessage()
713 broadcastPlayBackStateChanged(AvrcpUtils.mapBtPlayStatustoPlayBackState in handleMessage()
DAvrcpControllerClasses.java131 public static PlaybackState mapBtPlayStatustoPlayBackState(byte btPlayStatus, long btPlayPos) { in mapBtPlayStatustoPlayBackState() method in AvrcpUtils