Searched refs:formatSize (Results 1 – 5 of 5) sorted by relevance
54 setSummary(formatSize(getContext(), size)); in setSize()57 public static String formatSize(Context context, long size) { in formatSize() method in StoragePreference
43 static String formatSize(long sizeBytes) { in formatSize() method in SharedDataUtils
165 holder.blobSize.setText(SharedDataUtils.formatSize(blob.getSizeBytes()));
105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()
278 StoragePreference.formatSize(getContext(), path.getTotalSpace())); in getSizeString()