Home | History | Annotate | Download | only in launcher2

Lines Matching refs:appSearchData

1614             Bundle appSearchData, boolean globalSearch) {
1622 if (appSearchData == null) {
1623 appSearchData = new Bundle();
1624 appSearchData.putString(Search.SOURCE, "launcher-search");
1632 appSearchData, sourceBounds);
1639 boolean selectInitialQuery, Bundle appSearchData, Rect sourceBounds) {
1651 if (appSearchData == null) {
1652 appSearchData = new Bundle();
1654 appSearchData = new Bundle(appSearchData);
1657 if (!appSearchData.containsKey("source")) {
1658 appSearchData.putString("source", getPackageName());
1660 intent.putExtra(SearchManager.APP_DATA, appSearchData);