Home | History | Annotate | Download | only in settings

Lines Matching defs:Formatter

95 import android.text.format.Formatter;
1168 mAppBackground.setText(Formatter.formatFileSize(context, defaultBytes));
1169 mAppForeground.setText(Formatter.formatFileSize(context, foregroundBytes));
1187 final String totalPhrase = Formatter.formatFileSize(context, totalBytes);
1355 private static final java.util.Formatter sFormatter = new java.util.Formatter(
1590 text1.setText(Formatter.formatFileSize(context, item.total));