/packages/apps/Settings/tests/unit/src/com/android/settings/utils/ |
D | FileSizeFormatterTest.java | 46 FileSizeFormatter.formatFileSize( in formatFileSize_zero() 57 FileSizeFormatter.formatFileSize( in formatFileSize_smallSize() 68 FileSizeFormatter.formatFileSize( in formatFileSize_lessThanOneSize() 79 FileSizeFormatter.formatFileSize( in formatFileSize_greaterThanOneSize() 91 FileSizeFormatter.formatFileSize( in formatFileSize_greaterThanTen() 102 FileSizeFormatter.formatFileSize( in formatFileSize_handlesNegativeFileSizes()
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | DataUsageSummary.java | 267 mSummaryPreference.setLabels(Formatter.formatFileSize(context, 0), in updateState() 268 Formatter.formatFileSize(context, limit)); in updateState() 274 String warning = Formatter.formatFileSize(context, info.warningLevel); in updateState() 275 String limit = Formatter.formatFileSize(context, info.limitLevel); in updateState() 439 used = Formatter.formatFileSize(mActivity, 0); in setListening() 441 used = Formatter.formatFileSize(mActivity, info.usageLevel); in setListening()
|
D | AppDataUsage.java | 309 mTotalUsage.setSummary(Formatter.formatFileSize(context, totalBytes)); in bindData() 310 mForegroundUsage.setSummary(Formatter.formatFileSize(context, foregroundBytes)); in bindData() 311 mBackgroundUsage.setSummary(Formatter.formatFileSize(context, backgroundBytes)); in bindData()
|
D | BillingCycleSettings.java | 107 mDataWarning.setSummary(Formatter.formatFileSize(getContext(), policy.warningBytes)); in updatePrefs() 116 mDataLimit.setSummary(Formatter.formatFileSize(getContext(), policy.limitBytes)); in updatePrefs()
|
D | DataUsagePreference.java | 48 Formatter.formatFileSize(getContext(), usageInfo.usageLevel), usageInfo.period)); in setTemplate()
|
D | AppDataUsagePreference.java | 45 setSummary(Formatter.formatFileSize(context, item.total)); in AppDataUsagePreference()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageVolumePreference.java | 79 final String used = Formatter.formatFileSize(context, usedBytes); in StorageVolumePreference() 80 final String total = Formatter.formatFileSize(context, totalBytes); in StorageVolumePreference()
|
D | StorageItemPreference.java | 49 FileSizeFormatter.formatFileSize( in setStorageSize()
|
D | StorageSettings.java | 223 Formatter.formatFileSize(context, privateTotalBytes))); in refresh() 538 Formatter.formatFileSize(mContext, info.freeBytes))); in updateSummary()
|
D | MigrateEstimateTask.java | 113 final String size = Formatter.formatFileSize(mContext, mSizeBytes); in onPostExecute()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferAdapter.java | 111 completeText = r.getString(R.string.download_success, Formatter.formatFileSize( in bindView() 114 completeText = r.getString(R.string.upload_success, Formatter.formatFileSize( in bindView()
|
D | BluetoothOppTransferActivity.java | 273 tmp = getString(R.string.download_line3, Formatter.formatFileSize(this, in customizeViewContent() 292 tmp = getString(R.string.upload_line3, mTransInfo.mFileType, Formatter.formatFileSize( in customizeViewContent() 311 tmp = getString(R.string.bt_sm_2_2, Formatter.formatFileSize(this, 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 | ConfirmDeletionDialog.java | 65 Formatter.formatFileSize(context, mFreeableBytes))) in onCreateDialog()
|
D | StorageManagerUpsellDialog.java | 77 Formatter.formatFileSize(context, freedBytes))) in onCreateDialog()
|
D | AppDeletionPreferenceGroup.java | 162 Formatter.formatFileSize(app, freeableBytes), in updateText()
|
/packages/apps/Settings/src/com/android/settings/utils/ |
D | FileSizeFormatter.java | 53 public static String formatFileSize( in formatFileSize() method in FileSizeFormatter
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
D | ClearDataPreference.java | 42 Formatter.formatFileSize(context, mEntry.dataSize + mEntry.externalDataSize)); in refresh()
|
D | ClearCachePreference.java | 42 : Formatter.formatFileSize(context, mEntry.cacheSize + mEntry.externalCacheSize)); in refresh()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | MusicViewHolderController.java | 76 holder.summary.setText(Formatter.formatFileSize(mContext, mMusicSize)); in setupView()
|
D | AppStorageSizesController.java | 132 return Formatter.formatFileSize(context, size); in getSizeStr()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/ |
D | StorageSettingsTest.java | 94 final String freeSpace = Formatter.formatFileSize(RuntimeEnvironment.application, 0); in updateSummary_shouldDisplayUsedPercentAndFreeSpace()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootItem.java | 91 Formatter.formatFileSize(context, root.availableBytes)); in bindView()
|