OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEARCH_SERVICE
(Results
1 - 25
of
48
) sorted by null
1
2
/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
);
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/
MainActivity.java
84
(SearchManager) getSystemService(Context.
SEARCH_SERVICE
);
/developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/
MainActivity.java
84
(SearchManager) getSystemService(Context.
SEARCH_SERVICE
);
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java
84
(SearchManager) getSystemService(Context.
SEARCH_SERVICE
);
/packages/apps/Browser/src/com/android/browser/search/
DefaultSearchEngine.java
48
(SearchManager) context.getSystemService(Context.
SEARCH_SERVICE
);
110
(SearchManager) context.getSystemService(Context.
SEARCH_SERVICE
);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSelectorView.java
68
((SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
))
202
((SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
))
214
Intent intent = ((SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
))
KeyguardViewMediator.java
548
mSearchManager = (SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java
96
Intent intent = ((SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
))
172
Intent intent = ((SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
))
303
return ((SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
))
/development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewActionBar.java
79
SearchManager searchManager = (SearchManager) getSystemService(Context.
SEARCH_SERVICE
);
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java
73
SearchManager searchManager = (SearchManager) getSystemService(Context.
SEARCH_SERVICE
);
SearchableDictionary.java
136
SearchManager searchManager = (SearchManager) getSystemService(Context.
SEARCH_SERVICE
);
/frameworks/support/v4/honeycomb/android/support/v4/widget/
SearchViewCompatHoneycomb.java
48
sv.getContext().getSystemService(Context.
SEARCH_SERVICE
);
/cts/tests/src/android/app/cts/
SearchManagerStubActivity.java
50
mSearchManager = (SearchManager) getSystemService(Context.
SEARCH_SERVICE
);
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java
261
mSearchManager = (SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
);
/frameworks/base/core/java/android/app/
SearchManager.java
52
* context.getSystemService(Context.
SEARCH_SERVICE
)}.
454
ServiceManager.getService(Context.
SEARCH_SERVICE
));
[
all
...]
Dialog.java
956
.getSystemService(Context.
SEARCH_SERVICE
);
[
all
...]
SearchDialog.java
256
mContext.getSystemService(Context.
SEARCH_SERVICE
);
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java
48
mSearchManager = (SearchManager) getSystemService(
SEARCH_SERVICE
);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java
58
SYSTEM_SERVICE_MAP.put(Context.
SEARCH_SERVICE
, "android.app.SearchManager");
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java
79
checkSystemService(Context.
SEARCH_SERVICE
, android.app.SearchManager.class);
/frameworks/base/core/java/android/content/
Context.java
[
all
...]
/packages/apps/Browser/src/com/android/browser/
IntentHandler.java
92
((SearchManager) mActivity.getSystemService(Context.
SEARCH_SERVICE
))
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
331
(SearchManager) getActivity().getSystemService(Context.
SEARCH_SERVICE
);
[
all
...]
/frameworks/base/core/java/android/widget/
SuggestionsAdapter.java
104
mSearchManager = (SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java
97
mSearchManager = (SearchManager) mContext.getSystemService(Context.
SEARCH_SERVICE
);
Completed in 403 milliseconds
1
2