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

/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java312 * @param maxRows The maximum number of matching rows that must be found.
316 private void checkResultCounts(String queryString, int minRows, int maxRows, argument
341 assertTrue(foundRows <= maxRows);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java387 public void setMaxRows(int maxRows) { argument
388 mMaxRows = 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 101 milliseconds