Searched refs:LoggingEvents (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/common/java/com/android/common/userhappiness/
H A DUserHappinessSignals.java21 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());
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java25 public class LoggingEvents { class
50 * {@link LoggingEvents#EXTRA_EVENT}, clustered with keys to additional
75 * {@link LoggingEvents#EXTRA_EVENT}, clustered with keys to additional

Completed in 120 milliseconds