Home
last modified time | relevance | path

Searched defs:freeSpace (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileSystemUtils.java137 public static long freeSpace(String path) throws IOException { in freeSpace() method in FileSystemUtils
350 String freeSpace = tok.nextToken(); in freeSpaceUnix() local
363 long parseBytes(String freeSpace, String path) throws IOException { in parseBytes()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
DTopLevelStoragePreferenceControllerTest.java85 final String freeSpace = Formatter.formatFileSize(RuntimeEnvironment.application, 0); in updateSummary_shouldDisplayUsedPercentAndFreeSpace() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceControllerTest.java115 final long freeSpace = KILOBYTE; in testPopulateWithVolume() local