Home
last modified time | relevance | path

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

/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
DMediaBrowserServiceSupport.java679 MediaMetadataCompat currentMusic = getCurrentPlayingMusic(); in setCustomAction() local
680 if (currentMusic != null) { in setCustomAction()
682 String musicId = currentMusic.getString(MediaMetadataCompat.METADATA_KEY_MEDIA_ID); in setCustomAction()