Searched refs:GROUP_2_QUERY (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SearchRecentSuggestionsProviderTest.java | 133 final String GROUP_2_QUERY = "group2 "; in testReordering() local 135 writeEntries(GROUP_2_COUNT, GROUP_2_QUERY, GROUP_2_LINE2); in testReordering() 156 checkResultCounts(GROUP_2_QUERY, GROUP_2_COUNT, GROUP_2_COUNT, null, null); in testReordering() 177 checkRow(c, colQuery, colDisplay1, colDisplay2, GROUP_2_QUERY, GROUP_2_LINE2)); in testReordering() 180 checkRow(c, colQuery, colDisplay1, colDisplay2, GROUP_2_QUERY, GROUP_2_LINE2)); in testReordering() 214 final String GROUP_2_QUERY = "group2 "; in testPruning() local 216 writeEntries(GROUP_2_COUNT, GROUP_2_QUERY, GROUP_2_LINE2); in testPruning() 234 checkResultCounts(GROUP_2_QUERY, GROUP_2_COUNT, GROUP_2_COUNT, null, null); in testPruning() 250 final String GROUP_2_QUERY = "group2 "; in testClear() local 252 writeEntries(GROUP_2_COUNT, GROUP_2_QUERY, GROUP_2_LINE2); in testClear()
|