HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentSongInfo (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpTargetService.java 272 Metadata getCurrentSongInfo() {
273 return mMediaPlayerList.getCurrentSongInfo();
278 Long.parseLong(getCurrentSongInfo().duration));
285 Metadata song = getCurrentSongInfo();
AvrcpNativeInterface.java 60 Metadata getCurrentSongInfo() {
61 d("getCurrentSongInfo");
63 Log.w(TAG, "getCurrentSongInfo(): AvrcpTargetService is null");
67 return mAvrcpService.getCurrentSongInfo();
MediaPlayerList.java 255 Metadata getCurrentSongInfo() {
275 Metadata data = getCurrentSongInfo();

Completed in 88 milliseconds