OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:voicesearchintent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java
133
Intent
voiceSearchIntent
= getVoiceSearchIntent(context, widgetAppData);
134
state.setVoiceSearchIntent(
voiceSearchIntent
);
157
public void setVoiceSearchIntent(Intent
voiceSearchIntent
) {
158
mVoiceSearchIntent =
voiceSearchIntent
;
/frameworks/base/core/java/android/speech/
RecognizerIntent.java
331
Intent
voiceSearchIntent
= new Intent(ACTION_WEB_SEARCH);
333
voiceSearchIntent
, PackageManager.GET_META_DATA);
Completed in 265 milliseconds