Home | History | Annotate | Download | only in launcher2

Lines Matching refs:globalSearchActivity

1642         ComponentName globalSearchActivity = searchManager.getGlobalSearchActivity();
1643 if (globalSearchActivity == null) {
1649 intent.setComponent(globalSearchActivity);
1671 Log.e(TAG, "Global search activity not found: " + globalSearchActivity);
3184 ComponentName globalSearchActivity = searchManager.getGlobalSearchActivity();
3187 if (globalSearchActivity != null) {
3190 intent.setPackage(globalSearchActivity.getPackageName());