Searched refs:sFormatBuilder (Results 1 – 2 of 2) sorted by relevance
107 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 MusicUtils748 private static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault());[all …]
103 static StringBuilder sFormatBuilder = new StringBuilder(); field in MusicPicker105 static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault());