Home | History | Annotate | Download | only in app

Lines Matching refs:globalSearchActivity

541         ComponentName globalSearchActivity = getGlobalSearchActivity();
542 if (globalSearchActivity == null) {
548 intent.setComponent(globalSearchActivity);
571 Log.e(TAG, "Global search activity not found: " + globalSearchActivity);