Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java170 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() argument
171 d("playItem: playerId=" + playerId + " nowPlaying=" + nowPlaying + " mediaId" + mediaId); in playItem()
177 mAvrcpService.playItem(playerId, nowPlaying, mediaId); in playItem()
DAvrcpTargetService.java333 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() argument
336 mMediaPlayerList.playItem(playerId, nowPlaying, mediaId); in playItem()
DMediaPlayerList.java296 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() argument
297 if (nowPlaying) { in playItem()