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