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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DVoiceInputLogger.java37 private static VoiceInputLogger sVoiceInputLogger; field in class:VoiceInputLogger
56 if (sVoiceInputLogger == null) {
57 sVoiceInputLogger = new VoiceInputLogger(contextHint);
59 return sVoiceInputLogger;

Completed in 23 milliseconds