Searched refs:storageMountedDir (Results 1 – 1 of 1) sorted by relevance
249 File storageMountedDir = storageMounted ? Environment.getExternalStorageDirectory() : null; in getStorageStatusInternal() local250 storageMounted = storageMounted && storageMountedDir != null; in getStorageStatusInternal()254 StatFs statFs = new StatFs(storageMountedDir.toString()); in getStorageStatusInternal()259 storageMountedDir = null; in getStorageStatusInternal()262 return new MountedStorageStatus(storageMounted, storageMountedDir, storageMountedCapacity); in getStorageStatusInternal()