Home
last modified time | relevance | path

Searched refs:freeableBytes (Results 1 – 5 of 5) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppDeletionPreferenceGroup.java150 long freeableBytes = 0; in updateText() local
153 freeableBytes = in updateText()
156 switchSpinnerToCheckboxOrDisablePreference(freeableBytes, mBackend.getLoadingStatus()); in updateText()
163 Formatter.formatFileSize(app, freeableBytes), in updateText()
DDownloadsDeletionPreferenceGroup.java81 public void onFreeableChanged(int numItems, long freeableBytes) { in onFreeableChanged() argument
82 updatePreferenceText(numItems, freeableBytes, mDeletionType.getMostRecentLastModified()); in onFreeableChanged()
83 maybeUpdateListener(numItems, freeableBytes); in onFreeableChanged()
84 switchSpinnerToCheckboxOrDisablePreference(freeableBytes, mDeletionType.getLoadingStatus()); in onFreeableChanged()
DDeletionPreference.java89 public void onFreeableChanged(int numItems, long freeableBytes) { in onFreeableChanged() argument
91 mFreeableBytes = freeableBytes; in onFreeableChanged()
DConfirmDeletionDialog.java47 public static ConfirmDeletionDialog newInstance(long freeableBytes) { in newInstance() argument
49 args.putLong(ARG_TOTAL_SPACE, freeableBytes); in newInstance()
DCollapsibleCheckboxPreferenceGroup.java230 void switchSpinnerToCheckboxOrDisablePreference(long freeableBytes, int loadingStatus) { in switchSpinnerToCheckboxOrDisablePreference() argument