Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java194 long libSize = getSizeOfDir(new File(appSrcPath + "/lib/")); in testVerifyStatsByDataType()
599 private long getSizeOfDir(File dir) { in getSizeOfDir() method in StorageStatsTest
610 size += getSizeOfDir(file); in getSizeOfDir()