Searched refs:ARG_TOTAL_SPACE (Results 1 – 1 of 1) sorted by relevance
40 private static final String ARG_TOTAL_SPACE = "total_freeable"; field in ConfirmDeletionDialog49 args.putLong(ARG_TOTAL_SPACE, freeableBytes); in newInstance()60 mFreeableBytes = args.getLong(ARG_TOTAL_SPACE); in onCreateDialog()