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 Utils145 size += getSizeManual(f, excludeObb); in getSizeManual()
29 import static com.android.cts.storageapp.Utils.getSizeManual;124 getSizeManual(getContext().getDataDir())); in testVerifySpaceManual()126 getSizeManual(getContext().getExternalCacheDir().getParentFile())); in testVerifySpaceManual()
30 import static com.android.cts.storageapp.Utils.getSizeManual;233 final long manualSize = getSizeManual(Environment.getExternalStorageDirectory(), true); in testVerifyStatsExternalConsistent()