Home
last modified time | relevance | path

Searched refs:formatBytes (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/utils/
DFileSizeFormatter.java59 formatBytes(context.getResources(), sizeBytes, suffix, mult); in formatFileSize()
79 private static Formatter.BytesResult formatBytes( in formatBytes() method in FileSizeFormatter
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceController.java53 final Formatter.BytesResult result = Formatter.formatBytes(mContext.getResources(), in updateState()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsSummary.java73 BytesResult usedResult = Formatter.formatBytes(context.getResources(), (long) usedRam, in refreshUi()
DProcessStatsDetail.java208 Formatter.BytesResult usedResult = Formatter.formatBytes(context.getResources(), in createDetails()
/packages/apps/Settings/src/com/android/settings/datausage/
DChartDataUsagePreference.java153 Formatter.BytesResult result = Formatter.formatBytes(getContext().getResources(), in getLabel()
DDataUsageSummary.java233 final Formatter.BytesResult usedResult = Formatter.formatBytes(context.getResources(), in formatTitle()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPublicVolumeSettings.java172 final BytesResult result = Formatter.formatBytes(getResources(), usedBytes, 0); in update()
DStorageSettings.java219 final BytesResult result = Formatter.formatBytes(getResources(), privateUsedBytes, 0); in refresh()
DPrivateVolumeSettings.java257 final BytesResult result = Formatter.formatBytes(getResources(), usedBytes, 0); in update()
/packages/apps/Settings/src/com/android/settings/widget/
DChartDataUsageView.java540 final BytesResult result = Formatter.formatBytes(res, value, in buildLabel()