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

1 2

  /frameworks/base/core/java/android/app/
SearchManager.java 590 * @param appSearchData An application can insert application-specific
605 Bundle appSearchData,
608 appSearchData, globalSearch, null);
620 Bundle appSearchData,
624 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds);
633 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData);
649 Bundle appSearchData, Rect sourceBounds) {
659 if (appSearchData == null) {
660 appSearchData = new Bundle();
662 appSearchData = new Bundle(appSearchData)
    [all...]
SearchDialog.java 210 ComponentName componentName, Bundle appSearchData) {
211 boolean success = doShow(initialQuery, selectInitialQuery, componentName, appSearchData);
227 ComponentName componentName, Bundle appSearchData) {
229 if (!show(componentName, appSearchData)) {
247 private boolean show(ComponentName componentName, Bundle appSearchData) {
251 + appSearchData + ")");
264 mAppSearchData = appSearchData;
354 Bundle appSearchData = savedInstanceState.getBundle(INSTANCE_KEY_APPDATA);
358 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 201 // We don't save appSearchData, since we always get the value
211 Bundle appSearchData = intent.getBundleExtra(SearchManager.APP_DATA);
215 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);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RestrictedActivity.java 168 Bundle appSearchData, boolean globalSearch);
  /cts/tests/app/src/android/app/cts/
SearchManagerStubActivity.java 188 ComponentName launchActivity, Bundle appSearchData, boolean globalSearch) {
189 mSearchManager.startSearch(initialQuery, selectInitialQuery, launchActivity, appSearchData,
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java 71 Bundle appSearchData, Rect sourceBounds);
LauncherExtension.java 182 Bundle appSearchData, Rect sourceBounds) {
Launcher.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java 414 * @param appSearchData bundle provided by the app when launching the search dialog
417 public void setAppSearchData(Bundle appSearchData) {
418 mAppSearchData = appSearchData;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 434 * @param appSearchData bundle provided by the app when launching the search dialog
437 public void setAppSearchData(Bundle appSearchData) {
438 mAppSearchData = appSearchData;
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 209 milliseconds

1 2