HomeSort by relevance Sort by last modified time
    Searched full:display1 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 55 public static final String DISPLAY1 = "display1";
70 SuggestionColumns.DISPLAY1,
81 SuggestionColumns.DISPLAY1,
176 values.put(SuggestionColumns.DISPLAY1, queryString);
  /frameworks/base/core/tests/coretests/src/android/content/
SearchRecentSuggestionsProviderTest.java 318 * @param matchDisplay1 If non-null, must match DISPLAY1 column if row counts as match
355 * @param colQuery The column # containing the query. The query must match display1.
358 * @param matchDisplay1 If non-null, this must be the prefix of display1
366 String display1 = c.getString(colDisp1); local
369 assertEquals(query, display1);
372 result = result && (display1 != null) && display1.startsWith(matchDisplay1);
  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 88 // 1->2 added UNIQUE constraint to display1 column
135 ",display1 TEXT UNIQUE ON CONFLICT REPLACE");
185 mSuggestSuggestionClause = "display1 LIKE ? OR display2 LIKE ?";
189 "display1 AS " + SearchManager.SUGGEST_COLUMN_TEXT_1,
195 mSuggestSuggestionClause = "display1 LIKE ?";
199 "display1 AS " + SearchManager.SUGGEST_COLUMN_TEXT_1,
  /external/webkit/WebCore/dom/
Node.cpp 303 EDisplay display1 = s1 ? s1->display() : NONE; local
308 if (display1 != display2 || fl1 != fl2 || (s1 && s2 && !s1->contentDataEquivalent(s2)))
    [all...]

Completed in 108 milliseconds