Searched refs:storageDirectory (Results 1 – 3 of 3) sorted by relevance
166 File storageDirectory = new File(storageDirectoryPath); in clear() local167 deleteStorageDirectory(storageDirectory); in clear()216 String storageDirectory = getStorageDirectory(); in toString() local217 s += " Storage Directory: " + storageDirectory + "\n"; in toString()218 if (storageDirectory == null) { in toString()222 File storage = new File(storageDirectory); in toString()
530 String storageDirectory = Environment in checkLowStorage() local532 StatFs stat = new StatFs(storageDirectory); in checkLowStorage()
915 String storageDirectory =917 StatFs stat = new StatFs(storageDirectory);