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