Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DStorageUtils.java93 long availBytes = getAvailableBytes(fd); in ensureAvailableSpace()
134 availBytes = getAvailableBytes(fd); in ensureAvailableSpace()
180 private static long getAvailableBytes(FileDescriptor fd) throws IOException { in getAvailableBytes() method in StorageUtils
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DStorageTest.java214 Log.d(TAG, "Available bytes (before steal): " + stat.getAvailableBytes()); in prepareAndRunDownload()
215 mStealBytes = stat.getAvailableBytes() - targetFree; in prepareAndRunDownload()
218 Log.d(TAG, "Available bytes (after steal): " + stat.getAvailableBytes()); in prepareAndRunDownload()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java257 if (statFs.getAvailableBytes() < MIN_FREE_STORAGE_SIZE_FOR_DVR_IN_BYTES) { in getDvrStorageStatus()