Home
last modified time | relevance | path

Searched refs:sFormatter (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Music/src/com/android/music/
DMusicUtils.java108 sFormatter.format(f, Integer.valueOf(numsongs)); in makeAlbumsLabel()
114 sFormatter.format(f, Integer.valueOf(numalbums)); in makeAlbumsLabel()
142 sFormatter.format(f, Integer.valueOf(numalbums)); in makeAlbumsSongsLabel()
148 sFormatter.format(f, Integer.valueOf(numsongs)); in makeAlbumsSongsLabel()
740 private static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault()); field in MusicUtils
759 return sFormatter.format(durationformat, timeArgs).toString(); in makeTimeString()
DMusicPicker.java98 static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault()); field in MusicPicker
/packages/apps/Settings/src/com/android/settings/
DUtils.java1079 private static final java.util.Formatter sFormatter = new java.util.Formatter( field in Utils
1087 return DateUtils.formatDateRange(context, sFormatter, start, end, flags, null) in formatDateRange()