HomeSort by relevance Sort by last modified time
    Searched refs:appSearchData (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/java/android/app/
SearchManager.java 486 * @param appSearchData An application can insert application-specific
501 Bundle appSearchData,
504 appSearchData, globalSearch, null);
516 Bundle appSearchData,
520 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds);
526 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData);
541 Bundle appSearchData, Rect sourceBounds) {
551 if (appSearchData == null) {
552 appSearchData = new Bundle();
554 appSearchData = new Bundle(appSearchData)
    [all...]
SearchDialog.java 211 ComponentName componentName, Bundle appSearchData) {
212 boolean success = doShow(initialQuery, selectInitialQuery, componentName, appSearchData);
228 ComponentName componentName, Bundle appSearchData) {
230 if (!show(componentName, appSearchData)) {
248 private boolean show(ComponentName componentName, Bundle appSearchData) {
252 + appSearchData + ")");
265 mAppSearchData = appSearchData;
355 Bundle appSearchData = savedInstanceState.getBundle(INSTANCE_KEY_APPDATA);
359 if (!doShow(userQuery, false, launchComponent, appSearchData)) {
Activity.java     [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java 34 public static Intent getSuggestionIntent(SuggestionCursor suggestion, Bundle appSearchData) {
58 if (appSearchData != null) {
59 intent.putExtra(SearchManager.APP_DATA, appSearchData);
SearchActivity.java 216 // We don't save appSearchData, since we always get the value
227 Bundle appSearchData = intent.getBundleExtra(SearchManager.APP_DATA);
232 mAppSearchData = appSearchData;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 120 Bundle appSearchData = intent.getBundleExtra(SearchManager.APP_DATA);
122 if (appSearchData != null) {
123 source = appSearchData.getString(Search.SOURCE);
  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 187 ComponentName launchActivity, Bundle appSearchData, boolean globalSearch) {
188 mSearchManager.startSearch(initialQuery, selectInitialQuery, launchActivity, appSearchData,
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java 363 * @param appSearchData bundle provided by the app when launching the search dialog
366 public void setAppSearchData(Bundle appSearchData) {
367 mAppSearchData = appSearchData;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 366 milliseconds