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

/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java61 checkOpenCursorCount(0);
82 checkOpenCursorCount(1);
110 checkOpenCursorCount(2 * GROUP_COUNT);
131 checkOpenCursorCount(GROUP_1_COUNT);
143 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
156 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
213 checkOpenCursorCount(GROUP_1_COUNT);
225 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
235 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
262 checkOpenCursorCount(GROUP_1_COUN
301 private void checkOpenCursorCount(int expectCount) { method in class:SearchRecentSuggestionsProviderTest
[all...]

Completed in 38 milliseconds