Searched refs:playMusicIntent (Results 1 – 1 of 1) sorted by relevance
819 Intent playMusicIntent = new Intent(Intent.ACTION_VIEW); in onOptionsItemSelected() local824 playMusicIntent.putExtras(extras); in onOptionsItemSelected()825 playMusicIntent.setClassName("com.google.android.music", in onOptionsItemSelected()827 playMusicIntent.setType("vnd.android.cursor.dir/playlist"); in onOptionsItemSelected()828 startActivity(playMusicIntent); in onOptionsItemSelected()831 playMusicIntent = new Intent(Intent.ACTION_VIEW); in onOptionsItemSelected()832 playMusicIntent.putExtras(extras); in onOptionsItemSelected()833 playMusicIntent.setType("vnd.android.cursor.dir/playlist"); in onOptionsItemSelected()834 startActivity(playMusicIntent); in onOptionsItemSelected()880 Intent playMusicIntent = new Intent(Intent.ACTION_VIEW); in onActivityResult()[all …]