Searched refs:fromUri (Results 1 – 4 of 4) sorted by relevance
111 return DocumentInfo.fromUri(resolver, childUri); in doInBackground()
111 mDoc = DocumentInfo.fromUri(resolver, docUri); in loadInBackground()
941 return DocumentInfo.fromUri(getContentResolver(), uri); in doInBackground()
175 public static DocumentInfo fromUri(ContentResolver resolver, Uri uri) in fromUri() method in DocumentInfo