Home | History | Annotate | Download | only in com.example.android.mediabrowserservice

Lines Matching refs:currentMusic

640          MediaMetadata currentMusic = getCurrentPlayingMusic();
641 if (currentMusic != null) {
643 String musicId = currentMusic.getString(MediaMetadata.METADATA_KEY_MEDIA_ID);