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 185 mSuggestSuggestionClause = "display1 LIKE ? OR display2 LIKE ?";
198 mSuggestSuggestionClause = "display1 LIKE ?";
325 String like = "%" + selectionArgs[0] + "%"; local
327 myArgs = new String [] { like, like };
329 myArgs = new String [] { like };
  /external/icu4c/test/intltest/
restest.cpp 94 UBool like[e_Where_count]; member in struct:__anon6459
restsnew.cpp 92 UBool like[e_Where_count]; member in struct:__anon6462
519 logln("Testing C like UnicodeString APIs\n");
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 68 UBool like[e_Where_count]; member in struct:__anon6396
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:__anon6400
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 65 "(url LIKE ? OR url LIKE ? OR url LIKE ? OR url LIKE ? OR title LIKE ?)";
462 String like = constraint + "%"; local
465 if (like.startsWith("http") || like.startsWith("file")) {
467 args[0] = like;
468 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 ?";
1127 String like = selectionArgs[0] + "%"; local
    [all...]

Completed in 438 milliseconds