HomeSort by relevance Sort by last modified time
    Searched defs:like (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 191 mSuggestSuggestionClause = "display1 LIKE ? OR display2 LIKE ?";
204 mSuggestSuggestionClause = "display1 LIKE ?";
331 String like = "%" + selectionArgs[0] + "%"; local
333 myArgs = new String [] { like, like };
335 myArgs = new String [] { like };
  /external/icu4c/test/intltest/
restest.cpp 94 UBool like[e_Where_count]; member in struct:__anon7112
restsnew.cpp 92 UBool like[e_Where_count]; member in struct:__anon7115
519 logln("Testing C like UnicodeString APIs\n");
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 68 UBool like[e_Where_count]; member in struct:__anon7045
544 * - ures_open() works like ures_openDirect() on a bundle with a top-level
    [all...]
creststn.c 156 UBool like[e_Where_count]; member in struct:__anon7049
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 63 "(url LIKE ? OR url LIKE ? OR url LIKE ? OR url LIKE ? OR title LIKE ?)";
438 String like = constraint + "%"; local
441 if (like.startsWith("http") || like.startsWith("file")) {
443 args[0] = like;
444 selection = "url LIKE ?"
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 135 "history.url LIKE ? OR history.url LIKE ? OR history.url LIKE ? OR history.url LIKE ?"
136 + " OR history.title LIKE ? OR bookmarks.title LIKE ?";
1137 String like = selectionArgs[0] + "%"; local
    [all...]

Completed in 148 milliseconds