HomeSort by relevance Sort by last modified time
    Searched defs:SEARCH (Results 1 - 25 of 68) sorted by null

1 2 3

  /packages/apps/Contacts/src/com/android/contacts/logging/
ScreenEvent.java 28 public static final int SEARCH = 1;
  /external/droiddriver/src/io/appium/droiddriver/actions/
SingleKeyAction.java 38 public static final SingleKeyAction SEARCH = new SingleKeyAction(KeyEvent.KEYCODE_SEARCH);
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 44 final ImapResponse SEARCH = buildResponse(null, false, new ImapSimpleString("SEARCH"),
52 assertTrue(SEARCH.isDataResponse(0, ImapConstants.SEARCH));
56 assertFalse(SEARCH.isDataResponse(1, ImapConstants.SEARCH));
  /frameworks/base/core/java/android/provider/
Browser.java 140 * {@link SearchColumns#SEARCH}, and {@link SearchColumns#DATE}.
146 SearchColumns.SEARCH, // 1
391 * Add a search string to the searches database.
394 * @param search The string to add to the searches database.
397 public static final void addSearchUrl(ContentResolver cr, String search) {
401 * Remove all searches from the search database.
492 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
503 * The user entered search term.
505 public static final String SEARCH = "search";
    [all...]
BrowserContract.java 461 * The search history table.
473 * The MIME type of {@link #CONTENT_URI} providing a directory of browser search items.
478 * The MIME type of a {@link #CONTENT_URI} of a single browser search item.
489 * The user entered search term.
491 public static final String SEARCH = "search";
494 * The date the search was performed, in milliseconds since the epoch.
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 78 public static final String SEARCH = "SEARCH";
89 public static final String UID_SEARCH = "UID SEARCH";
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 69 EXPAND_ALL, COLLAPSE_ALL, SEARCH;
162 menu.add(Menu.NONE, MenuId.SEARCH.getId(), Menu.NONE, "Search").setIcon(
177 } else if (itemId == MenuId.SEARCH.getId()) {
ScriptEditor.java 94 SAVE, SAVE_AND_RUN, PREFERENCES, API_BROWSER, HELP, SHARE, GOTO, SEARCH;
189 menu.add(0, MenuId.SEARCH.getId(), 0, "Find").setIcon(android.R.drawable.ic_menu_search);
229 } else if (item.getItemId() == MenuId.SEARCH.getId()) {
338 b.setTitle("Search and Replace");
587 String search = Pattern.quote(findText); local
593 search = "\\b" + search + "\\b";
595 Pattern p = Pattern.compile(search, flags);
599 Toast.makeText(this, "Search not found.", Toast.LENGTH_SHORT).show();
ScriptManager.java 96 TRIGGER_MANAGER, REFRESH, SEARCH, RENAME, EXTERNAL;
271 menu.add(Menu.NONE, MenuId.SEARCH.getId(), Menu.NONE, "Search").setIcon(
353 } else if (itemId == MenuId.SEARCH.getId()) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 77 public static final String SEARCH = "SEARCH";
88 public static final String UID_SEARCH = "UID SEARCH";
  /system/bt/include/hardware/avrcp/
avrcp_common.h 133 SEARCH = 0x02,
  /external/jline/src/src/main/java/jline/
ConsoleReader.java 504 final int SEARCH = 2;
524 // Search mode.
527 // not linked to a search command, we leave the search mode and fall
529 if (state == SEARCH) {
572 // if we're still in search mode, print the search status
573 if (state == SEARCH) {
703 state = SEARCH;
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 139 #define SEARCH 0x100 /* Search IDAT compression options */
172 /* Overall compression control. The order controls the search order for
173 * 'all'. Since the search is for the smallest the order used is low memory
191 /* This controls the order of search. */
283 png_byte search; /* Search on --search */ member in struct:option
300 S(search, SEARCH)
914 int search = 0; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 120 final long SEARCH = 1L << 8;
168 public String query; // query for a user search
409 * sendEvent() variant with extraLong, search query, and search component name.
617 } else if (event.eventType == EventType.SEARCH) {
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-m68k.c     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 279 * Whether the server supports constraining search to a single folder. Requires
433 * This string column contains the content provider uri that can be queried for search
    [all...]
  /external/jline/
jline-1.0.jar 
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0/
chimpchat-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-alpha1/
chimpchat-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta1/
chimpchat-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta2/
chimpchat-25.3.0-beta2.jar 

Completed in 274 milliseconds

1 2 3