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

1 2

  /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));
  /sdk/chimpchat/src/com/android/chimpchat/core/
PhysicalButton.java 20 SEARCH("KEYCODE_SEARCH"),
  /external/webkit/Source/WebKit/android/nav/
CachedInput.h 47 SEARCH = 3,
  /external/bluetooth/bluez/compat/
hidd.c 60 SEARCH,
653 "\t--search Search for HID devices\n"
678 { "search", 0, 0, 's' },
749 mode = SEARCH;
802 case SEARCH:
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 75 public static final String SEARCH = "SEARCH";
86 public static final String UID_SEARCH = "UID SEARCH";
  /frameworks/base/core/java/android/provider/
Browser.java 129 * {@link SearchColumns#SEARCH}, and {@link SearchColumns#DATE}.
134 SearchColumns.SEARCH, // 1
529 * Add a search string to the searches database.
533 * @param search The string to add to the searches database.
535 public static final void addSearchUrl(ContentResolver cr, String search) {
538 values.put(Searches.SEARCH, search);
544 * Remove all searches from the search database.
639 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
649 * The user entered search term
    [all...]
BrowserContract.java 370 * The search history table.
382 * The MIME type of {@link #CONTENT_URI} providing a directory of browser search items.
387 * The MIME type of a {@link #CONTENT_URI} of a single browser search item.
398 * The user entered search term.
400 public static final String SEARCH = "search";
403 * The date the search was performed, in milliseconds since the epoch.
  /external/bluetooth/glib/tests/
sequence-test.c 83 SORT_CHANGED_ITER, REMOVE, REMOVE_RANGE, MOVE_RANGE, SEARCH, SEARCH_ITER,
92 /* search */
838 case SEARCH:
1040 /* search */
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 78 private final static int SEARCH = CHILD_MENU_BASE;
294 menu.add(0, SEARCH, 0, R.string.search_title);
345 case SEARCH:
372 // Since we hide the 'search' menu item when both album and artist are
ArtistAlbumBrowserActivity.java 79 private final static int SEARCH = CHILD_MENU_BASE;
350 menu.add(0, SEARCH, 0, R.string.search_title);
378 menu.add(0, SEARCH, 0, R.string.search_title);
456 case SEARCH:
    [all...]
TrackBrowserActivity.java 77 private static final int SEARCH = CHILD_MENU_BASE + 6;
667 // only add the 'search' menu if the selected item is music
669 menu.add(0, SEARCH, 0, R.string.search_title);
739 case SEARCH:
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 61 * Fetches the list of applications installed on the phone to provide search suggestions.
77 private static final int SEARCH = 2;
138 SEARCH);
140 SEARCH);
300 case SEARCH:
308 * Queries for a given search term and returns a cursor containing
344 case SEARCH: {
358 // No zero-query suggestions or launch times except for global search,
685 // Only the global-search system is allowed to see the usage stats of
  /frameworks/base/core/java/android/webkit/
WebTextView.java 166 private static final int SEARCH = 3;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 128 final long SEARCH = 1L << 8;
162 public String query; // query for a user search
315 * sendEvent() variant with extraLong, search query, and search component name.
521 } else if (event.eventType == EventType.SEARCH) {
805 } else if ((eventInfo.eventType & EventType.SEARCH) != 0) {
806 tmp = "Search";
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 44 public static final int SEARCH = 0x0F;
384 public static final int SEARCH_PAGE = SEARCH << PAGE_SHIFT;
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 3424 milliseconds

1 2