Lines Matching full:writer
2184 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) {
2185 writer.println("" + mPlayListLen + " items in queue, currently at index " + mPlayPos);
2186 writer.println("Currently loaded:");
2187 writer.println(getArtistName());
2188 writer.println(getAlbumName());
2189 writer.println(getTrackName());
2190 writer.println(getPath());
2191 writer.println("playing: " + mIsSupposedToBePlaying);
2192 writer.println("actual: " + mPlayer.mCurrentMediaPlayer.isPlaying());
2193 writer.println("shuffle mode: " + mShuffleMode);
2194 MusicUtils.debugDump(writer);