Searched refs:uriStr (Results 1 – 2 of 2) sorted by relevance
100 String uriStr = atts.getValue(URI_STR); in parseRow() local102 if (uriStr != null) { in parseRow()104 uri = Uri.parse(uriStr); in parseRow()
386 String uriStr = "content://" + TestProvider.AUTHORITY + in getQueryCursor() local388 Uri contentUri = Uri.parse(uriStr); in getQueryCursor()