Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java99 final long actualTotal = stats.getTotalBytes(UUID_DEFAULT); in testVerifySummary() local
101 assertAtLeast(expectedTotal, actualTotal); in testVerifySummary()