Home
last modified time | relevance | path

Searched refs:DEFAULT_NUMBER_OF_WORDS_BETWEEN_SAMPLES (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
DMainLogBuffer.java28 private static final int DEFAULT_NUMBER_OF_WORDS_BETWEEN_SAMPLES = 18; field in MainLogBuffer
47 mMinWordPeriod = DEFAULT_NUMBER_OF_WORDS_BETWEEN_SAMPLES + N_GRAM_SIZE; in MainLogBuffer()