HomeSort by relevance Sort by last modified time
    Searched full:searchmanager (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 23 import android.app.SearchManager;
127 Shortcuts.format.fullName + AS + SearchManager.SUGGEST_COLUMN_FORMAT,
128 Shortcuts.title + AS + SearchManager.SUGGEST_COLUMN_TEXT_1,
129 Shortcuts.description + AS + SearchManager.SUGGEST_COLUMN_TEXT_2,
130 Shortcuts.description_url + AS + SearchManager.SUGGEST_COLUMN_TEXT_2_URL,
131 Shortcuts.icon1 + AS + SearchManager.SUGGEST_COLUMN_ICON_1,
132 Shortcuts.icon2 + AS + SearchManager.SUGGEST_COLUMN_ICON_2,
133 Shortcuts.intent_action + AS + SearchManager.SUGGEST_COLUMN_INTENT_ACTION,
134 Shortcuts.intent_data + AS + SearchManager.SUGGEST_COLUMN_INTENT_DATA,
135 Shortcuts.intent_query + AS + SearchManager.SUGGEST_COLUMN_QUERY
    [all...]
EventLogTags.logtags 18 # - app called SearchManager.startSearch()
SearchActivity.java 28 import android.app.SearchManager;
226 String query = intent.getStringExtra(SearchManager.QUERY);
227 Bundle appSearchData = intent.getBundleExtra(SearchManager.APP_DATA);
228 boolean selectAll = intent.getBooleanExtra(SearchManager.EXTRA_SELECT_QUERY, false);
251 newIntent.setAction(SearchManager.INTENT_ACTION_GLOBAL_SEARCH);
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
pkg_android.app.html 119 <A NAME="SearchManager"></A>
120 <nobr><A HREF="android.app.SearchManager.html">SearchManager</A></nobr>
fields_index_additions.html 239 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.EXTRA_DATA_KEY" class="hiddenlink" target="rightframe">EXTRA_DATA_KEY</A>
372 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.INTENT_ACTION_SEARCH_SETTINGS_CHANGED" class="hiddenlink" target="rightframe">INTENT_ACTION_SEARCH_SETTINGS_CHANGED</A>
374 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED" class="hiddenlink" target="rightframe">INTENT_ACTION_SEARCHABLES_CHANGED</A>
376 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.INTENT_ACTION_WEB_SEARCH_SETTINGS" class="hiddenlink" target="rightframe">INTENT_ACTION_WEB_SEARCH_SETTINGS</A>
    [all...]
fields_index_all.html 260 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.EXTRA_DATA_KEY" class="hiddenlink" target="rightframe">EXTRA_DATA_KEY</A>
445 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.INTENT_ACTION_SEARCH_SETTINGS_CHANGED" class="hiddenlink" target="rightframe">INTENT_ACTION_SEARCH_SETTINGS_CHANGED</A>
447 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED" class="hiddenlink" target="rightframe">INTENT_ACTION_SEARCHABLES_CHANGED</A>
449 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.INTENT_ACTION_WEB_SEARCH_SETTINGS" class="hiddenlink" target="rightframe">INTENT_ACTION_WEB_SEARCH_SETTINGS</A>
    [all...]
alldiffs_index_additions.html 360 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.EXTRA_DATA_KEY" class="hiddenlink" target="rightframe">EXTRA_DATA_KEY</A>
    [all...]
alldiffs_index_all.html 523 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.EXTRA_DATA_KEY" class="hiddenlink" target="rightframe">EXTRA_DATA_KEY</A>
    [all...]
methods_index_changes.html 181 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.onCancel_changed(android.content.DialogInterface)" class="hiddenlink" target="rightframe">onCancel
183 <nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.onDismiss_changed(android.content.DialogInterface)" class="hiddenlink" target="rightframe">onDismiss
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.app.html 141 <A NAME="SearchManager"></A>
142 <nobr><A HREF="android.app.SearchManager.html">SearchManager</A></nobr>
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 96 <td>Use the value from the {@link android.app.SearchManager#SUGGEST_COLUMN_TEXT_1}
102 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column to rewrite the
104 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} are suitable for user
167 android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column), this value is placed in the action
174 android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column), this value is
316 {@link android.content.Intent#getIntExtra getIntExtra(SearchManager.ACTION_KEY)}. Not all
326 getStringExtra(SearchManager.ACTION_MSG)}.</dd>
334 getStringExtra(SearchManager.ACTION_MSG)}. This should only be used if all your
352 android.content.Intent#getStringExtra getStringExtra(SearchManager.ACTION_MSG)}. If the data
  /frameworks/base/tools/preload/
Policy.java 65 "android.app.SearchManager",
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngines.java 20 import android.app.SearchManager;
  /frameworks/base/core/java/android/app/
SearchManager.java 48 * If you do require direct access to the SearchManager, do not instantiate
59 public class SearchManager
64 private static final String TAG = "SearchManager";
424 /*package*/ SearchManager(Context context, Handler handler) {
623 * See {@link SearchManager#setOnDismissListener} for configuring your activity to monitor
630 * {@link SearchManager#setOnDismissListener} to register it.
636 * See {@link SearchManager#setOnCancelListener} for configuring your activity to monitor
643 * {@link SearchManager#setOnCancelListener} to register it.
749 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY);
    [all...]
SearchableInfo.java 46 * @see SearchManager#getSearchableInfo(ComponentName)
47 * @see SearchManager#getSearchablesInGlobalSearch()
57 // the current long wordy javadoc in SearchManager.java ?
206 * {@link SearchManager#SUGGEST_COLUMN_INTENT_ACTION}.
219 * {@link SearchManager#SUGGEST_COLUMN_INTENT_DATA_ID}, which will be appended to the
223 * {@link SearchManager#SUGGEST_COLUMN_INTENT_DATA}.
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 19 import android.app.SearchManager;
808 .appendPath(SearchManager.SUGGEST_URI_PATH_QUERY).appendPath(query).build();
815 String icon1 = c.getString(c.getColumnIndex(SearchManager.SUGGEST_COLUMN_ICON_1));
822 // SearchManager does not declare a constant for _id
824 values.put(SearchManager.SUGGEST_COLUMN_ICON_2, expectedIcon2)
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 24 import android.app.SearchManager;
215 * come from the {@link SearchManager} when a search is requested, or from
223 String query = intent.getStringExtra(SearchManager.QUERY);
  /frameworks/base/core/java/android/server/search/
Searchables.java 20 import android.app.SearchManager;
44 // the current long wordy javadoc in SearchManager.java ?
251 Intent intent = new Intent(SearchManager.INTENT_ACTION_GLOBAL_SEARCH);
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
pkg_android.app.html 162 <A NAME="SearchManager"></A>
163 <nobr><A HREF="android.app.SearchManager.html">SearchManager</A></nobr>
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 26 import android.app.SearchManager;
213 String searchStringParameter = getIntent().getStringExtra(SearchManager.QUERY);
215 searchStringParameter = getIntent().getStringExtra("intent_extra_data_key" /*SearchManager.SUGGEST_COLUMN_INTENT_EXTRA_DATA*/);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchInvoke.java 23 import android.app.SearchManager;
126 item.setAlphabeticShortcut(SearchManager.MENU_KEY);
  /frameworks/base/docs/html/sdk/api_diff/4/
user_comments_for_3_to_4.xml 481 <identifier id="android.app.SearchManager"/>
487 <identifier id="android.app.SearchManager.EXTRA_DATA_KEY"/>
493 <identifier id="android.app.SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED"/>
499 <identifier id="android.app.SearchManager.INTENT_ACTION_SEARCH_SETTINGS_CHANGED"/>
505 <identifier id="android.app.SearchManager.INTENT_ACTION_WEB_SEARCH_SETTINGS"/>
511 <identifier id="android.app.SearchManager.SHORTCUT_MIME_TYPE"/>
517 <identifier id="android.app.SearchManager.SUGGEST_COLUMN_INTENT_EXTRA_DATA"/>
523 <identifier id="android.app.SearchManager.SUGGEST_COLUMN_SHORTCUT_ID"/>
529 <identifier id="android.app.SearchManager.SUGGEST_COLUMN_SPINNER_WHILE_REFRESHING"/>
535 <identifier id="android.app.SearchManager.SUGGEST_NEVER_MAKE_SHORTCUT"/
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 19 import android.app.SearchManager;
332 || intent.getAction().equals(SearchManager.INTENT_ACTION_GLOBAL_SEARCH));
347 || intent.getAction().equals(SearchManager.INTENT_ACTION_GLOBAL_SEARCH));
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 118 <string name="searchable_label">SearchManager Test</string>
  /frameworks/base/docs/html/guide/topics/manifest/
path-permission-element.jd 99 <dd>{@link android.app.SearchManager}</dd>

Completed in 4243 milliseconds

1 23 4 5 6