Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DConfirmDeletionDialog.java40 private static final String ARG_TOTAL_SPACE = "total_freeable"; field in ConfirmDeletionDialog
49 args.putLong(ARG_TOTAL_SPACE, freeableBytes); in newInstance()
60 mFreeableBytes = args.getLong(ARG_TOTAL_SPACE); in onCreateDialog()