Home
last modified time | relevance | path

Searched refs:formatSize (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DStoragePreference.java54 setSummary(formatSize(getContext(), size)); in setSize()
57 public static String formatSize(Context context, long size) { in formatSize() method in StoragePreference
/packages/apps/Settings/src/com/android/settings/development/storage/
DSharedDataUtils.java43 static String formatSize(long sizeBytes) { in formatSize() method in SharedDataUtils
DBlobInfoListView.java165 holder.blobSize.setText(SharedDataUtils.formatSize(blob.getSizeBytes()));
DLeaseInfoListView.java105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java278 StoragePreference.formatSize(getContext(), path.getTotalSpace())); in getSizeString()