Searched refs:mFreeableBytes (Results 1 – 2 of 2) sorted by relevance
45 private long mFreeableBytes; field in ConfirmDeletionDialog60 mFreeableBytes = args.getLong(ARG_TOTAL_SPACE); in onCreateDialog()68 Formatter.formatFileSize(context, mFreeableBytes))) in onCreateDialog()89 StorageManagerUpsellDialog.newInstance(mFreeableBytes); in onClick()
37 private long mFreeableBytes; field in DeletionPreference58 return (isChecked() || countUnchecked) ? mFreeableBytes : 0; in getFreeableBytes()91 mFreeableBytes = freeableBytes; in onFreeableChanged()