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

  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 95 ServiceManager.getService(Context.SEARCH_SERVICE));
115 mContext.getSystemService(Context.SEARCH_SERVICE);
118 mContext.getSystemService(Context.SEARCH_SERVICE);
129 mContext.getSystemService(Context.SEARCH_SERVICE);
143 mContext.getSystemService(Context.SEARCH_SERVICE);
158 mContext.getSystemService(Context.SEARCH_SERVICE);
  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 50 mSearchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSources.java 79 mSearchManager = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE);
  /frameworks/base/core/java/android/app/
SearchManager.java 51 * context.getSystemService(Context.SEARCH_SERVICE)}.
420 ServiceManager.getService(Context.SEARCH_SERVICE));
    [all...]
Dialog.java 822 .getSystemService(Context.SEARCH_SERVICE);
    [all...]
SuggestionsAdapter.java 103 mSearchManager = (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);
Activity.java     [all...]
SearchDialog.java 282 mContext.getSystemService(Context.SEARCH_SERVICE);
    [all...]
ContextImpl.java     [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 48 mSearchManager = (SearchManager) getSystemService(SEARCH_SERVICE);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 326 ServiceManager.addService(Context.SEARCH_SERVICE,
  /packages/apps/Browser/src/com/android/browser/
BrowserProvider.java 369 mSearchManager = (SearchManager) context.getSystemService(Context.SEARCH_SERVICE);
    [all...]
BrowserActivity.java 418 ((SearchManager) getSystemService(Context.SEARCH_SERVICE))
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 726 (SearchManager) mContext.getSystemService(Context.SEARCH_SERVICE);
    [all...]
Launcher.java     [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 5078 milliseconds