HomeSort by relevance Sort by last modified time
    Searched refs:LoggingEvents (Results 1 - 6 of 6) sorted by null

  /frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 21 import com.android.common.speech.LoggingEvents;
47 * VoiceSearch LoggingEvents and use it to aggregate VoiceIME Happiness Metrics
52 Intent i = new Intent(LoggingEvents.ACTION_LOG_EVENT);
53 i.putExtra(LoggingEvents.EXTRA_APP_NAME, LoggingEvents.VoiceIme.APP_NAME);
54 i.putExtra(LoggingEvents.EXTRA_EVENT, LoggingEvents.VoiceIme.IME_TEXT_ACCEPTED);
55 i.putExtra(LoggingEvents.EXTRA_CALLING_APP_NAME, context.getPackageName());
56 i.putExtra(LoggingEvents.EXTRA_TIMESTAMP, System.currentTimeMillis());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInputLogger.java 19 import com.android.common.speech.LoggingEvents;
64 mBaseIntent = new Intent(LoggingEvents.ACTION_LOG_EVENT);
65 mBaseIntent.putExtra(LoggingEvents.EXTRA_APP_NAME, LoggingEvents.VoiceIme.APP_NAME);
70 i.putExtra(LoggingEvents.EXTRA_EVENT, event);
77 i.putExtra(LoggingEvents.EXTRA_FLUSH, true);
86 LoggingEvents.VoiceIme.KEYBOARD_WARNING_DIALOG_SHOWN));
92 LoggingEvents.VoiceIme.KEYBOARD_WARNING_DIALOG_DISMISSED));
98 LoggingEvents.VoiceIme.KEYBOARD_WARNING_DIALOG_OK));
104 LoggingEvents.VoiceIme.KEYBOARD_WARNING_DIALOG_CANCEL))
    [all...]
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 25 public class LoggingEvents {
50 * {@link LoggingEvents#EXTRA_EVENT}, clustered with keys to additional
75 * {@link LoggingEvents#EXTRA_EVENT}, clustered with keys to additional
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 52 import com.android.common.speech.LoggingEvents;
213 LoggingEvents.ACTION_LOG_EVENT);
214 i.putExtra(LoggingEvents.EXTRA_EVENT,
215 LoggingEvents.VoiceSearch.RETRY);
231 LoggingEvents.ACTION_LOG_EVENT);
232 i.putExtra(LoggingEvents.EXTRA_EVENT,
233 LoggingEvents.VoiceSearch.N_BEST_REVEAL);
Tab.java 74 import com.android.common.speech.LoggingEvents;
255 LoggingEvents.ACTION_LOG_EVENT);
256 logIntent.putExtra(LoggingEvents.EXTRA_EVENT,
257 LoggingEvents.VoiceSearch.N_BEST_CHOOSE);
259 LoggingEvents.VoiceSearch.EXTRA_N_BEST_CHOOSE_INDEX,
466 Intent i = new Intent(LoggingEvents.ACTION_LOG_EVENT);
467 i.putExtra(LoggingEvents.EXTRA_FLUSH, true);
546 Intent logIntent = new Intent(LoggingEvents.ACTION_LOG_EVENT);
547 logIntent.putExtra(LoggingEvents.EXTRA_EVENT,
548 LoggingEvents.VoiceSearch.RESULT_CLICKED)
    [all...]
BrowserActivity.java 117 import com.android.common.speech.LoggingEvents;
443 LoggingEvents.ACTION_LOG_EVENT);
444 logIntent.putExtra(LoggingEvents.EXTRA_EVENT,
445 LoggingEvents.VoiceSearch.QUERY_UPDATED);
447 LoggingEvents.VoiceSearch.EXTRA_QUERY_UPDATED_VALUE,
    [all...]

Completed in 43 milliseconds