Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java234 final long statsSize = stats.queryExternalStatsForUser(UUID_DEFAULT, user).getTotalBytes(); in testVerifyStatsExternalConsistent() local
236 assertMostlyEquals(manualSize, statsSize); in testVerifyStatsExternalConsistent()