Home | History | Annotate | Download | only in music

Lines Matching defs:sFormatter

108                 sFormatter.format(f, Integer.valueOf(numsongs));
114 sFormatter.format(f, Integer.valueOf(numalbums));
141 sFormatter.format(f, Integer.valueOf(numalbums));
147 sFormatter.format(f, Integer.valueOf(numsongs));
748 private static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault());
767 return sFormatter.format(durationformat, timeArgs).toString();