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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Statistics.java 67 // Keep consistent with publishability result code list in MainLogBuffer
254 // Keep consistent with publishability result code list in MainLogBuffer
256 case MainLogBuffer.PUBLISHABILITY_PUBLISHABLE:
259 case MainLogBuffer.PUBLISHABILITY_UNPUBLISHABLE_STOPPING:
262 case MainLogBuffer.PUBLISHABILITY_UNPUBLISHABLE_INCORRECT_WORD_COUNT:
265 case MainLogBuffer.PUBLISHABILITY_UNPUBLISHABLE_SAMPLED_TOO_RECENTLY:
268 case MainLogBuffer.PUBLISHABILITY_UNPUBLISHABLE_DICTIONARY_UNAVAILABLE:
271 case MainLogBuffer.PUBLISHABILITY_UNPUBLISHABLE_MAY_CONTAIN_DIGIT:
274 case MainLogBuffer.PUBLISHABILITY_UNPUBLISHABLE_NOT_IN_DICTIONARY:
MainLogBuffer.java 31 * MainLogBuffer is a FixedLogBuffer that tracks the state of LogUnits to make privacy guarantees.
50 * them. The MainLogBuffer then continues to add words, publishing individual non-detailed words
61 public abstract class MainLogBuffer extends FixedLogBuffer {
62 private static final String TAG = MainLogBuffer.class.getSimpleName();
91 public MainLogBuffer(final int wordsBetweenSamples, final int numInitialWordsToIgnore,
241 if (publishabilityResultCode == MainLogBuffer.PUBLISHABILITY_PUBLISHABLE) {
ResearchLogger.java 157 /* package for test */ MainLogBuffer mMainLogBuffer; // always non-null after init() is called
251 mMainLogBuffer = new MainLogBuffer(NUMBER_OF_WORDS_BETWEEN_SAMPLES, numWordsToIgnore,
668 // MainLogBuffer now has an out-of-date Suggest object. Close down MainLogBuffer and create
    [all...]

Completed in 3074 milliseconds