/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/storage/ |
D | FileSizeFormatterTest.java | 41 FileSizeFormatter.formatFileSize( in formatFileSize_zero() 52 FileSizeFormatter.formatFileSize( in formatFileSize_smallSize() 63 FileSizeFormatter.formatFileSize( in formatFileSize_lessThanOneSize() 74 FileSizeFormatter.formatFileSize( in formatFileSize_greaterThanOneSize() 86 FileSizeFormatter.formatFileSize( in formatFileSize_greaterThanTen() 97 FileSizeFormatter.formatFileSize( in formatFileSize_handlesNegativeFileSizes()
|
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/utils/ |
D | FileSizeFormatterTest.java | 48 FileSizeFormatter.formatFileSize( in formatFileSize_zero() 59 FileSizeFormatter.formatFileSize( in formatFileSize_smallSize() 70 FileSizeFormatter.formatFileSize( in formatFileSize_lessThanOneSize() 81 FileSizeFormatter.formatFileSize( in formatFileSize_greaterThanOneSize() 93 FileSizeFormatter.formatFileSize( in formatFileSize_greaterThanTen() 104 FileSizeFormatter.formatFileSize( in formatFileSize_handlesNegativeFileSizes()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferAdapter.java | 113 Formatter.formatFileSize(mContext, totalBytes)); in bindView() 118 Formatter.formatFileSize(mContext, totalBytes)); in bindView()
|
D | BluetoothOppTransferActivity.java | 269 Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); in customizeViewContent() 291 Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); in customizeViewContent() 316 Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); in customizeViewContent()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | DownloadsDeletionPreferenceGroup.java | 147 Formatter.formatFileSize(context, bytes))); in updatePreferenceText() 150 Formatter.formatFileSize(context, bytes))); in updatePreferenceText()
|
D | NestedDeletionPreference.java | 64 return Formatter.formatFileSize(getContext(), mAppSize); in getItemSize()
|
D | PhotosDeletionPreference.java | 58 Formatter.formatFileSize(context, bytes), in updatePreferenceText()
|
D | DeletionHelperSettings.java | 152 Formatter.formatFileSize(context, requestedBytes)); in getGaugeString() 381 Formatter.formatFileSize( in updateFreeButtonText()
|
D | ConfirmDeletionDialog.java | 68 Formatter.formatFileSize(context, mFreeableBytes))) in onCreateDialog()
|
/packages/apps/Settings/src/com/android/settings/deletionhelper/ |
D | AutomaticStorageManagerDescriptionPreferenceController.java | 68 Formatter.formatFileSize(context, freedBytes), in displayPreference()
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | StorageSizeBasePreferenceController.java | 107 return Formatter.formatFileSize(mContext, size); in getSizeStr()
|
D | StorageUsageBasePreferenceController.java | 88 FileSizeFormatter.formatFileSize( in setStorageSize()
|
D | FileSizeFormatter.java | 118 public static String formatFileSize(@Nullable Context context, long sizeBytes, in formatFileSize() method in FileSizeFormatter
|
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | DetailsView.java | 60 put(R.string.sort_dimension_size, Formatter.formatFileSize(getContext(), doc.size)); in accept()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/ |
D | ClearDataPreferenceController.java | 56 : Formatter.formatFileSize(mContext, in update()
|
D | ClearCachePreferenceController.java | 56 : Formatter.formatFileSize(mContext, in update()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | FreeUpStorageFragment.java | 91 Formatter.formatFileSize(getActivity(), size)); in updateStorageUninstallAppsPrefSummary()
|
D | MoveAppStepFragment.java | 118 final String avail = Formatter.formatFileSize(getActivity(), path.getFreeSpace()); in onCreateActions()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
D | ClearCachePreference.java | 61 : Formatter.formatFileSize(context, mEntry.cacheSize + mEntry.externalCacheSize)); in refresh()
|
D | ClearDataPreference.java | 61 Formatter.formatFileSize(context, mEntry.dataSize + mEntry.externalDataSize)); in refresh()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | TopLevelStoragePreferenceController.java | 98 Formatter.formatFileSize(mContext, totalBytes - usedBytes)); in getSummary()
|
D | MigrateEstimateTask.java | 107 final String size = Formatter.formatFileSize(mContext, mSizeBytes); in onPostExecute()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | ListDocumentHolder.java | 315 metadataList.add(Formatter.formatFileSize(mContext, mDoc.size)); in bind() 334 mSize.setText(Formatter.formatFileSize(mContext, mDoc.size)); in bind()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/ |
D | TopLevelStoragePreferenceControllerTest.java | 89 final String freeSpace = Formatter.formatFileSize(mContext, 0); in updateSummary_shouldDisplayUsedPercentAndFreeSpace()
|
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | AppStoragePreferenceController.java | 94 Formatter.formatFileSize(mContext, stats.getTotalBytes()), in getStorageSummary()
|