Searched refs:freeBytes (Results 1 – 3 of 3) sorted by relevance
33 public final long freeBytes; field in PrivateStorageInfo36 public PrivateStorageInfo(long freeBytes, long totalBytes) { in PrivateStorageInfo() argument37 this.freeBytes = freeBytes; in PrivateStorageInfo()
312 long freeBytes; in getFreeBytes() local318 freeBytes = path.getUsableSpace() + cacheClearable; in getFreeBytes()320 freeBytes = path.getUsableSpace(); in getFreeBytes()323 Slog.d(TAG, "getFreeBytes: " + freeBytes); in getFreeBytes()324 return freeBytes; in getFreeBytes()
4963 public void freeCache(String volumeUuid, long freeBytes) { in freeCache() argument4965 mStorageSessionController.freeCache(volumeUuid, freeBytes); in freeCache()