HomeSort by relevance Sort by last modified time
    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) {
93 * @return The {@code versionCode} of voiceSearch, or 0 if none is installed.
QsbApplication.java 65 private VoiceSearch mVoiceSearch;
425 public VoiceSearch getVoiceSearch() {
433 protected VoiceSearch createVoiceSearch() {
434 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 29 import com.android.quicksearchbox.VoiceSearch;
161 protected VoiceSearch getVoiceSearch() {

Completed in 283 milliseconds