HomeSort by relevance Sort by last modified time
    Searched refs:VoiceSearch (Results 1 - 8 of 8) 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 32 public class VoiceSearch {
34 private static final String TAG = "QSB.VoiceSearch";
38 public VoiceSearch(Context context) {
92 * @return The {@code versionCode} of voiceSearch, or 0 if none is installed.
QsbApplication.java 63 private VoiceSearch mVoiceSearch;
390 public VoiceSearch getVoiceSearch() {
398 protected VoiceSearch createVoiceSearch() {
399 return new VoiceSearch(getContext());
SearchWidgetProvider.java 362 VoiceSearch voiceSearch = QsbApplication.get(context).getVoiceSearch();
364 if (corpus == null || !voiceSearch.isVoiceSearchAvailable()) {
365 return voiceSearch.createVoiceWebSearchIntent(widgetAppData);
372 VoiceSearch voiceSearch = QsbApplication.get(context).getVoiceSearch();
373 return voiceSearch.createVoiceSearchHelpIntent();
SearchActivity.java 323 private VoiceSearch getVoiceSearch() {
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 215 LoggingEvents.VoiceSearch.RETRY);
233 LoggingEvents.VoiceSearch.N_BEST_REVEAL);
Tab.java 257 LoggingEvents.VoiceSearch.N_BEST_CHOOSE);
259 LoggingEvents.VoiceSearch.EXTRA_N_BEST_CHOOSE_INDEX,
548 LoggingEvents.VoiceSearch.RESULT_CLICKED);
    [all...]
BrowserActivity.java 445 LoggingEvents.VoiceSearch.QUERY_UPDATED);
447 LoggingEvents.VoiceSearch.EXTRA_QUERY_UPDATED_VALUE,
    [all...]

Completed in 442 milliseconds