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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/compat/
VoiceInputLoggerCompatUtils.java 32 public static void setHasVoiceLoggingInfoCompat(boolean hasLoggingInfo) {
34 hasLoggingInfo);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInputLogger.java 76 if (hasLoggingInfo()) {
241 private void setHasLoggingInfo(boolean hasLoggingInfo) {
242 mHasLoggingInfo = hasLoggingInfo;
252 // and the hasLoggingInfo will be then set to false. So by the time the user hits send
259 VoiceInputLoggerCompatUtils.setHasVoiceLoggingInfoCompat(hasLoggingInfo);
262 private boolean hasLoggingInfo(){

Completed in 36 milliseconds