Searched refs:excludeObb (Results 1 – 1 of 1) sorted by relevance
140 public static long getSizeManual(File dir, boolean excludeObb) throws Exception { in getSizeManual() argument152 if (excludeObb && f.getName().equalsIgnoreCase("obb") in getSizeManual()156 size += getSizeManual(f, excludeObb); in getSizeManual()