Home | History | Annotate | Download | only in launcher2

Lines Matching refs:appSearchData

1631             Bundle appSearchData, boolean globalSearch) {
1639 if (appSearchData == null) {
1640 appSearchData = new Bundle();
1641 appSearchData.putString(Search.SOURCE, "launcher-search");
1649 appSearchData, sourceBounds);
1656 boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) {
1668 if (appSearchData == null) {
1669 appSearchData = new Bundle();
1671 appSearchData = new Bundle(appSearchData);
1674 if (!appSearchData.containsKey("source")) {
1675 appSearchData.putString("source", getPackageName());
1677 intent.putExtra(SearchManager.APP_DATA, appSearchData);