Searched defs:minRows (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java304 * @param minRows The minimum number of matching rows that must be found.
309 private void checkResultCounts(String queryString, int minRows, int maxRows, argument
315 assertTrue("Insufficient rows in filtered cursor", c.getCount() >= minRows);
333 assertTrue(minRows <= foundRows);

Completed in 65 milliseconds