Searched defs:selectionArg (Results 1 – 1 of 1) sorted by relevance
57 String[] selectionArg = null; in verifySearchResult() local67 try (Cursor c = provider.query(uri, null, selection, selectionArg, null, null)) { in verifySearchResult() argument