Searched refs:getSizeManual (Results 1 – 3 of 3) sorted by relevance
136 public static long getSizeManual(File dir) throws Exception { in getSizeManual() method in Utils137 return getSizeManual(dir, false); in getSizeManual()140 public static long getSizeManual(File dir, boolean excludeObb) throws Exception { in getSizeManual() method in Utils156 size += getSizeManual(f, excludeObb); in getSizeManual()
29 import static com.android.cts.storageapp.Utils.getSizeManual;195 getSizeManual(getContext().getDataDir())); in testVerifySpaceManual()197 getSizeManual(getContext().getExternalCacheDir().getParentFile())); in testVerifySpaceManual()
35 import static com.android.cts.storageapp.Utils.getSizeManual;300 final long manualSizeBefore = getSizeManual( in testVerifyStatsExternalConsistent()324 long manualSize = getSizeManual(Environment.getExternalStorageDirectory(), true); in testVerifyStatsExternalConsistent()327 manualSize += getSizeManual(getContext().getExternalFilesDir(null), true); in testVerifyStatsExternalConsistent()328 manualSize += getSizeManual(getContext().getExternalCacheDir(), true); in testVerifyStatsExternalConsistent()