Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DMusicUtils.java107 sFormatBuilder.setLength(0); in makeAlbumsLabel()
109 songs_albums.append(sFormatBuilder); in makeAlbumsLabel()
113 sFormatBuilder.setLength(0); in makeAlbumsLabel()
115 songs_albums.append(sFormatBuilder); in makeAlbumsLabel()
140 sFormatBuilder.setLength(0); in makeAlbumsSongsLabel()
142 songs_albums.append(sFormatBuilder); in makeAlbumsSongsLabel()
146 sFormatBuilder.setLength(0); in makeAlbumsSongsLabel()
148 songs_albums.append(sFormatBuilder); in makeAlbumsSongsLabel()
747 private static StringBuilder sFormatBuilder = new StringBuilder(); field in MusicUtils
748 private static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault());
[all …]
DMusicPicker.java103 static StringBuilder sFormatBuilder = new StringBuilder(); field in MusicPicker
105 static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault());