Home
last modified time | relevance | path

Searched defs:colQuery (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DSearchRecentSuggestionsProviderTest.java162 int colQuery = c.getColumnIndexOrThrow(SearchManager.SUGGEST_COLUMN_QUERY); in testReordering() local
318 int colQuery = c.getColumnIndexOrThrow(SearchManager.SUGGEST_COLUMN_QUERY); in checkResultCounts() local
350 private boolean checkRow(Cursor c, int colQuery, int colDisp1, int colDisp2, in checkRow()