HomeSort by relevance Sort by last modified time
    Searched refs:globalSearchActivity (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
SearchManager.java 541 ComponentName globalSearchActivity = getGlobalSearchActivity();
542 if (globalSearchActivity == null) {
548 intent.setComponent(globalSearchActivity);
571 Log.e(TAG, "Global search activity not found: " + globalSearchActivity);
    [all...]