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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FeedbackLog.java 23 public class FeedbackLog extends ResearchLog {
24 public FeedbackLog(final File outputFile, final Context context) {
ResearchLogger.java 617 final ResearchLog feedbackLog = new FeedbackLog(mResearchLogDirectory.getLogFilePath(
621 publishLogBuffer(feedbackLogBuffer, feedbackLog, true /* isIncludingPrivateData */);
622 feedbackLog.blockingClose(RESEARCHLOG_CLOSE_TIMEOUT_IN_MS);
702 // any demonstration of the issue into a special "FeedbackLog". So if the FeedbackLog
    [all...]

Completed in 120 milliseconds