Searched refs:allowExcepted (Results 1 – 2 of 2) sorted by relevance
160 public static void copyFile(boolean allowExcepted, File from, String toPath) { in copyFile() argument180 if (!isValidContentType(allowExcepted, toPath, DROIDDOC_VALID_CONTENT_TYPES)) { in copyFile()231 …public static boolean isValidContentType(boolean allowExcepted, String s, ArrayList<String> list) { in isValidContentType() argument232 if(allowExcepted){ in isValidContentType()
806 boolean allowExcepted = hdfValue.equals("true") ? true : false; in writeDirectory()807 ClearPage.copyFile(allowExcepted, f, templ); in writeDirectory()