Searched refs:resourcePath (Results 1 – 1 of 1) sorted by relevance
326 public Map<Locale, String> readLocalizedStringFromXmls(String resourcePath, in readLocalizedStringFromXmls() argument328 File resourceDir = new File(resourcePath); in readLocalizedStringFromXmls()330 throw new LocalizedStringNotFoundException(resourcePath + " is not a directory."); in readLocalizedStringFromXmls()360 File textFile = new File(resourcePath, name + "/strings.xml"); in readLocalizedStringFromXmls()