/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | ProcStatsData.java | 394 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 D | ProcessStatsSummary.java | 76 String totalString = Formatter.formatShortFileSize(context, (long) totalRam); in refreshUi() 77 String freeString = Formatter.formatShortFileSize(context, (long) freeRam); in refreshUi()
|
H A D | ProcessStatsPreference.java | 52 setSummary(Formatter.formatShortFileSize(getContext(), (long) amount)); in init()
|
H A D | RunningProcessesView.java | 379 Formatter.formatShortFileSize(getContext(), lowRam)); in refreshUi() 383 Formatter.formatShortFileSize(getContext(), medRam)); in refreshUi() 387 Formatter.formatShortFileSize(getContext(), highRam)); in refreshUi()
|
H A D | ProcessStatsDetail.java | 221 Formatter.formatShortFileSize(getContext(), (long) max)); in createDetails() 274 String memoryString = Formatter.formatShortFileSize(getActivity(), memoryUse); in fillProcessesSection()
|
H A D | RunningState.java | 560 String sizeStr = Formatter.formatShortFileSize( in updateSize() 703 String sizeStr = Formatter.formatShortFileSize( in updateSize()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | GifTranscoder.java | 59 Formatter.formatShortFileSize(context, inputSize), in transcode() 60 Formatter.formatShortFileSize(context, outputSize), in transcode()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | MemoryUsagePreferenceController.java | 64 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 D | StoragePreference.java | 60 : Formatter.formatShortFileSize(context, size); in formatSize()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
H A D | CallLogDurations.java | 110 durationItems.add(Formatter.formatShortFileSize(context, dataUsage)); in formatDurationAndDataUsageInternal()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
H A D | AppMemoryPreferenceController.java | 89 Formatter.formatShortFileSize(mContext, (long) amount))); in onPostExecute()
|
/aosp12/frameworks/base/core/java/android/text/format/ |
H A D | Formatter.java | 113 public static String formatShortFileSize(@Nullable Context context, long sizeBytes) { in formatShortFileSize() method in Formatter
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 44689 method public static String formatShortFileSize(@Nullable android.content.Context, long);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 30110 method public static java.lang.String formatShortFileSize(android.content.Context, long);
|