Home | History | Annotate | Download | only in settings

Lines Matching defs:Formatter

95 import android.text.format.Formatter;
1163 mAppBackground.setText(Formatter.formatFileSize(context, defaultBytes));
1164 mAppForeground.setText(Formatter.formatFileSize(context, foregroundBytes));
1182 final String totalPhrase = Formatter.formatFileSize(context, totalBytes);
1350 private static final java.util.Formatter sFormatter = new java.util.Formatter(
1585 text1.setText(Formatter.formatFileSize(context, item.total));