Home
last modified time | relevance | path

Searched refs:formatFileSize (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java422 pw.print(" mFreeMem="); pw.print(Formatter.formatFileSize(context, mFreeMem)); in dumpImpl()
424 pw.println(Formatter.formatFileSize(context, mTotalMemory)); in dumpImpl()
427 pw.println(Formatter.formatFileSize(context, mFreeMemAfterLastCacheClear)); in dumpImpl()
430 pw.print(Formatter.formatFileSize(context, mLastReportedFreeMem)); in dumpImpl()
443 pw.print(Formatter.formatFileSize(context, mMemLowThreshold)); in dumpImpl()
445 pw.println(Formatter.formatFileSize(context, mMemFullThreshold)); in dumpImpl()
448 pw.print(Formatter.formatFileSize(context, mMemCacheStartTrimThreshold)); in dumpImpl()
450 pw.println(Formatter.formatFileSize(context, mMemCacheTrimToThreshold)); in dumpImpl()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDocumentHolder.java158 mSize.setText(Formatter.formatFileSize(mContext, docSize)); in bind()
DListDocumentHolder.java165 mSize.setText(Formatter.formatFileSize(mContext, docSize)); in bind()
/frameworks/base/core/java/android/text/format/
DFormatter.java77 public static String formatFileSize(@Nullable Context context, long sizeBytes) { in formatFileSize() method in Formatter
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsFragment.java265 Formatter.formatFileSize(context, root.availableBytes)); in bindView()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutUser.java588 pw.print(Formatter.formatFileSize(mService.mContext, size)); in dumpDirectorySize()
DShortcutPackage.java1207 pw.print(Formatter.formatFileSize(mShortcutUser.mService.mContext, totalBitmapSize)); in dump()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java503 return Formatter.formatFileSize(mContext, size); in getSizeStr()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1113 Formatter.formatFileSize(mContext, overBytes)); in enqueueNotification()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30108 method public static java.lang.String formatFileSize(android.content.Context, long);
/frameworks/base/api/
Dcurrent.txt38892 method public static java.lang.String formatFileSize(android.content.Context, long);
Dsystem-current.txt42069 method public static java.lang.String formatFileSize(android.content.Context, long);
Dtest-current.txt38978 method public static java.lang.String formatFileSize(android.content.Context, long);