Searched refs:getSizeManual (Results 1 – 3 of 3) sorted by relevance
131 public static long getSizeManual(File dir) throws Exception { in getSizeManual() method in Utils132 return getSizeManual(dir, false); in getSizeManual()135 public static long getSizeManual(File dir, boolean excludeObb) throws Exception { in getSizeManual() method in Utils143 size += getSizeManual(f, excludeObb); in getSizeManual()
27 import static com.android.cts.storageapp.Utils.getSizeManual;90 getSizeManual(getContext().getDataDir())); in testVerifySpaceManual()92 getSizeManual(getContext().getExternalCacheDir().getParentFile())); in testVerifySpaceManual()
30 import static com.android.cts.storageapp.Utils.getSizeManual;229 final long manualSize = getSizeManual(Environment.getExternalStorageDirectory(), true); in testVerifyStatsExternalConsistent()