Searched refs:freedBytes (Results 1 – 3 of 3) sorted by relevance
57 long freedBytes = in displayPreference() local62 if (freedBytes == 0 || lastRunMillis == 0 || !Utils.isStorageManagerEnabled(context)) { in displayPreference()68 Formatter.formatFileSize(context, freedBytes), in displayPreference()
58 public static StorageManagerUpsellDialog newInstance(long freedBytes) { in newInstance() argument61 args.putLong(ARGS_FREED_BYTES, freedBytes); in newInstance()74 long freedBytes = args.getLong(ARGS_FREED_BYTES); in onCreateDialog() local80 Formatter.formatFileSize(context, freedBytes))) in onCreateDialog()
176 long freedBytes = 0; in getFreeableBytes() local179 freedBytes += file.length(); in getFreeableBytes()182 return freedBytes; in getFreeableBytes()