Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java191 long dmSize = getSizeOfFilesEndWith(appSrcDir, ".dm"); in testVerifyStatsByDataType() local
192 assertEquals(dmSize, as.getAppBytesByDataType(StorageStats.APP_DATA_TYPE_FILE_TYPE_DM)); in testVerifyStatsByDataType()