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

/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java307 * @param matchDisplay2 If non-null, must match DISPLAY2 column if row counts as match
310 String matchDisplay1, String matchDisplay2) {
326 if (checkRow(c, colQuery, colDisplay1, colDisplay2, matchDisplay1, matchDisplay2)) {
347 * @param matchDisplay2 If non-null, this must be the prefix of display2
351 String matchDisplay1, String matchDisplay2) {
362 if (matchDisplay2 != null) {
363 result = result && (display2 != null) && display2.startsWith(matchDisplay2);
309 checkResultCounts(String queryString, int minRows, int maxRows, String matchDisplay1, String matchDisplay2) argument
350 checkRow(Cursor c, int colQuery, int colDisp1, int colDisp2, String matchDisplay1, String matchDisplay2) argument

Completed in 53 milliseconds