Lines Matching defs:getString
250 updatePlaybackState(getString(R.string.error_no_metadata));
277 .setTitle(getString(R.string.browse_genres))
280 .setSubtitle(getString(R.string.browse_genre_subtitle))
291 .setSubtitle(getString(R.string.browse_musics_by_genre_subtitle, genre))
330 mSession.setQueueTitle(getString(R.string.random_queue_title));
369 String queueTitle = getString(R.string.browse_musics_by_genre_subtitle,
443 String musicId = track.getString(MediaMetadata.METADATA_KEY_MEDIA_ID);
477 handleStopRequest(getString(R.string.no_search_results));
539 updatePlaybackState(getResources().getString(R.string.error_no_metadata));
546 final String trackId = track.getString(MediaMetadata.METADATA_KEY_MEDIA_ID);
555 " source.hashcode from track=", track.getString(
643 String musicId = currentMusic.getString(MediaMetadata.METADATA_KEY_MEDIA_ID);
650 stateBuilder.addCustomAction(CUSTOM_ACTION_THUMBS_UP, getString(R.string.favorite),