Searched refs:rootFile (Results 1 – 1 of 1) sorted by relevance
98 final File rootFile = mStorageEntry.getPath(); in getStorageStatsAndUpdateUi() local99 if (rootFile == null) { in getStorageStatsAndUpdateUi()103 mTotalBytes = rootFile.getTotalSpace(); in getStorageStatsAndUpdateUi()104 mUsedBytes = mTotalBytes - rootFile.getFreeSpace(); in getStorageStatsAndUpdateUi()