Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java103 final long actualFree = stats.getFreeBytes(UUID_DEFAULT); in testVerifySummary() local
105 assertAtLeast(expectedFree, actualFree); in testVerifySummary()