Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java292 Metadata getCurrentSongInfo() { in getCurrentSongInfo() method in AvrcpTargetService
293 return mMediaPlayerList.getCurrentSongInfo(); in getCurrentSongInfo()
298 Long.parseLong(getCurrentSongInfo().duration)); in getPlayState()
305 Metadata song = getCurrentSongInfo(); in getCurrentMediaId()
DAvrcpNativeInterface.java60 Metadata getCurrentSongInfo() { in getCurrentSongInfo() method in AvrcpNativeInterface
67 return mAvrcpService.getCurrentSongInfo(); in getCurrentSongInfo()
DMediaPlayerList.java267 Metadata getCurrentSongInfo() { in getCurrentSongInfo() method in MediaPlayerList
287 Metadata data = getCurrentSongInfo(); in getNowPlayingList()