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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogUnit.java 44 * published to a ResearchLog if the ResearchLogger determines that publishing the entire LogUnit
132 * Publish the contents of this LogUnit to {@code researchLog}.
136 * @param researchLog where to publish the contents of this {@code LogUnit}
142 public synchronized void publishTo(final ResearchLog researchLog,
159 // researchLog.getInitializedJsonWriterLocked() will not ever be called, and the
162 jsonWriter = researchLog.getInitializedJsonWriterLocked();
ResearchLogger.java 152 private ResearchLog mMainResearchLog; // always non-null after init() is called
159 /* package */ ResearchLog mUserRecordingLog;
243 mMainResearchLog = new ResearchLog(mResearchLogDirectory.getLogFilePath(
501 mUserRecordingLog = new ResearchLog(mUserRecordingFile, mLatinIME);
653 final ResearchLog feedbackLog = new ResearchLog(mResearchLogDirectory.getLogFilePath(
    [all...]

Completed in 629 milliseconds