OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoiceSearch
(Results
1 - 5
of
5
) sorted by null
/frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java
32
// The extra key used for the name of the app issuing the
VoiceSearch
56
public class
VoiceSearch
{
57
// The app name to be used for logging
VoiceSearch
events.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
VoiceSearch.java
33
public class
VoiceSearch
{
35
private static final String TAG = "QSB.
VoiceSearch
";
39
public
VoiceSearch
(Context context) {
89
* @return The {@code versionCode} of
voiceSearch
, or 0 if none is installed.
QsbApplication.java
58
private
VoiceSearch
mVoiceSearch;
283
public
VoiceSearch
getVoiceSearch() {
291
protected
VoiceSearch
createVoiceSearch() {
292
return new
VoiceSearch
(getContext());
SearchWidgetProvider.java
140
VoiceSearch
voiceSearch
= QsbApplication.get(context).getVoiceSearch();
141
return
voiceSearch
.createVoiceWebSearchIntent(widgetAppData);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java
45
import com.android.quicksearchbox.
VoiceSearch
;
150
protected
VoiceSearch
getVoiceSearch() {
Completed in 208 milliseconds