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

1 2

  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 14 if [ -n "$SEARCH" ]; then
15 echo search $SEARCH >> $RESOLVCONF
18 echo search $new_domain_name >> $RESOLVCONF
  /sdk/chimpchat/src/com/android/chimpchat/core/
PhysicalButton.java 20 SEARCH("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/webkit/
WebTextView.java 33 static final int SEARCH = 3;
  /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";
  /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,
688 // Only the global-search system is allowed to see the usage stats of
  /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 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.
  /sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
MonkeyControllerFrame.java 98 toolbar.add(createToolbarButton(PhysicalButton.SEARCH));
  /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/Calendar/src/com/android/calendar/
SearchActivity.java 116 setContentView(R.layout.search);
181 search(query, t); method
209 private void search(String searchQuery, Time goToTime) { method in class:SearchActivity
218 searchEventInfo.eventType = EventType.SEARCH;
304 search(query, null); method
365 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
CalendarController.java 126 final long SEARCH = 1L << 8;
168 public String query; // query for a user search
377 * sendEvent() variant with extraLong, search query, and search component name.
584 } else if (event.eventType == EventType.SEARCH) {
815 } else if ((eventInfo.eventType & EventType.SEARCH) != 0)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 90 // usedForSearch - indicates if this fragment is used in the search fragment
309 private void search(String query, Time time) { method in class:AgendaFragment
330 return EventType.GO_TO | EventType.EVENTS_CHANGED | ((mUsedForSearch)?EventType.SEARCH:0);
344 } else if (event.eventType == EventType.SEARCH) {
345 search(event.query, event.startTime); method
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 117 value.put(SearchColumns.SEARCH, cursor.getString(1));
164 final String searchString = "search string";
165 final String searchStringAnother = "another search string";
672 value.put(SearchColumns.SEARCH, insertSearch);
677 Browser.SEARCHES_PROJECTION, SearchColumns.SEARCH + " = ?",
690 value.put(SearchColumns.SEARCH, updateSearch);
  /packages/apps/Music/src/com/android/music/
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...]
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
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/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 361 map.put(Searches.SEARCH, Searches.SEARCH);
448 Searches.SEARCH + " TEXT," +
1569 String search = values.getAsString(Searches.SEARCH); local
    [all...]
  /packages/apps/Exchange/exchange2/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...]
  /external/qemu/android/
hw-events.h 253 KEY_CODE(SEARCH ,217) \
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 612 SEARCH = 3,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 321 mFilterText = new Text(c, SWT.BORDER | SWT.ICON_SEARCH | SWT.SEARCH | SWT.ICON_CANCEL);
  /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/Email/src/com/android/email/mail/store/
ImapFolder.java 312 // Do the search(es) ...
370 // S: * SEARCH 2 3 6
373 if (!response.isDataResponse(0, ImapConstants.SEARCH)) {
376 // Found SEARCH response data
395 Log.d(Logging.LOG_TAG, "ImapException in search: " + searchCriteria);
430 * Retrieve messages based on search parameters. We search FROM, TO, CC, SUBJECT, and BODY
431 * We send: SEARCH OR FROM "foo" (OR TO "foo" (OR CC "foo" (OR SUBJECT "foo" BODY "foo"))), but
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 107 /** Default message to show in the message search field. */
109 "Search for messages. Accepts Java regexes. "
112 /** Tooltip to show in the message search field. */
114 "Example search patterns:\n"
115 + " sqlite (search for sqlite in text field)\n"
116 + " app:browser (search for messages generated by the browser application)";
505 * Create the search bar at the top of the logcat messages table.
514 mLiveFilterText = new Text(c, SWT.BORDER | SWT.SEARCH);
    [all...]

Completed in 917 milliseconds

1 2