Searched defs:title_resource_uri (Results 1 – 1 of 1) sorted by relevance
2382 private String getDefaultTitle(String title_resource_uri) throws Exception{ in getDefaultTitle()2398 private String getLocalizedTitle(String title_resource_uri) throws Exception { in getLocalizedTitle()2421 private String getTitleFromResourceUri(String title_resource_uri, boolean localize) in getTitleFromResourceUri()2466 try (Cursor c = db.query("files", new String[]{"_id", "title_resource_uri"}, in localizeTitles()