Home
last modified time | relevance | path

Searched refs:formatShortFileSize (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsData.java394 Log.i(TAG, "Scaled Used RAM: " + Formatter.formatShortFileSize(context, in MemInfo()
396 Log.i(TAG, "Scaled Free RAM: " + Formatter.formatShortFileSize(context, in MemInfo()
400 Log.i(TAG, "Adj Scaled Used RAM: " + Formatter.formatShortFileSize(context, in MemInfo()
402 Log.i(TAG, "Adj Scaled Free RAM: " + Formatter.formatShortFileSize(context, in MemInfo()
444 Log.i(TAG, "Used RAM: " + Formatter.formatShortFileSize(context, in calculateWeightInfo()
446 Log.i(TAG, "Free RAM: " + Formatter.formatShortFileSize(context, in calculateWeightInfo()
448 Log.i(TAG, "Total RAM: " + Formatter.formatShortFileSize(context, in calculateWeightInfo()
H A DProcessStatsSummary.java76 String totalString = Formatter.formatShortFileSize(context, (long) totalRam); in refreshUi()
77 String freeString = Formatter.formatShortFileSize(context, (long) freeRam); in refreshUi()
H A DProcessStatsPreference.java52 setSummary(Formatter.formatShortFileSize(getContext(), (long) amount)); in init()
H A DRunningProcessesView.java379 Formatter.formatShortFileSize(getContext(), lowRam)); in refreshUi()
383 Formatter.formatShortFileSize(getContext(), medRam)); in refreshUi()
387 Formatter.formatShortFileSize(getContext(), highRam)); in refreshUi()
H A DProcessStatsDetail.java221 Formatter.formatShortFileSize(getContext(), (long) max)); in createDetails()
274 String memoryString = Formatter.formatShortFileSize(getActivity(), memoryUse); in fillProcessesSection()
H A DRunningState.java560 String sizeStr = Formatter.formatShortFileSize( in updateSize()
703 String sizeStr = Formatter.formatShortFileSize( in updateSize()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DGifTranscoder.java59 Formatter.formatShortFileSize(context, inputSize), in transcode()
60 Formatter.formatShortFileSize(context, outputSize), in transcode()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DMemoryUsagePreferenceController.java64 final String usedResult = Formatter.formatShortFileSize(mContext, in updateState()
66 final String totalResult = Formatter.formatShortFileSize(mContext, in updateState()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DStoragePreference.java60 : Formatter.formatShortFileSize(context, size); in formatSize()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DCallLogDurations.java110 durationItems.add(Formatter.formatShortFileSize(context, dataUsage)); in formatDurationAndDataUsageInternal()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppMemoryPreferenceController.java89 Formatter.formatShortFileSize(mContext, (long) amount))); in onPostExecute()
/aosp12/frameworks/base/core/java/android/text/format/
H A DFormatter.java113 public static String formatShortFileSize(@Nullable Context context, long sizeBytes) { in formatShortFileSize() method in Formatter
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44689 method public static String formatShortFileSize(@Nullable android.content.Context, long);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt30110 method public static java.lang.String formatShortFileSize(android.content.Context, long);