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

/frameworks/base/core/tests/coretests/src/android/content/
H A DSearchRecentSuggestionsProviderTest.java73 checkOpenCursorCount(0);
92 checkOpenCursorCount(1);
119 checkOpenCursorCount(2 * GROUP_COUNT);
139 checkOpenCursorCount(GROUP_1_COUNT);
151 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
164 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
220 checkOpenCursorCount(GROUP_1_COUNT);
232 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
242 checkOpenCursorCount(GROUP_1_COUNT + GROUP_2_COUNT);
268 checkOpenCursorCount(GROUP_1_COUN
306 private void checkOpenCursorCount(int expectCount) { method in class:SearchRecentSuggestionsProviderTest
[all...]

Completed in 27 milliseconds