Searched refs:maxRows (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java305 * @param maxRows The maximum number of matching rows that must be found.
309 private void checkResultCounts(String queryString, int minRows, int maxRows, argument
334 assertTrue(foundRows <= maxRows);
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp554 const size_t maxRows = 5; local
560 size_t rows = testRandMod(maxRows) + 1;

Completed in 106 milliseconds