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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FeedbackLog.java 23 public class FeedbackLog extends ResearchLog {
ResearchLog.java 53 public class ResearchLog {
55 private static final String TAG = ResearchLog.class.getSimpleName();
76 public ResearchLog(final File outputFile, final Context context) {
121 Log.d(TAG, "error when closing ResearchLog:", e);
202 Log.e(TAG, "ResearchLog executor timed out while awaiting terminaion");
205 Log.e(TAG, "ResearchLog executor interrupted while awaiting terminaion", e);
247 logUnit.publishTo(ResearchLog.this, canIncludePrivateData);
255 Log.d(TAG, "ResearchLog.publish() rejecting scheduled execution", e);
261 * Return a JsonWriter for this ResearchLog. It is initialized the first time this method is
289 * Create the JsonWriter to write the ResearchLog to
    [all...]
ResearchLogger.java 151 private ResearchLog mMainResearchLog; // always non-null after init() is called
158 /* package */ ResearchLog mUserRecordingLog;
248 mMainResearchLog = new ResearchLog(mResearchLogDirectory.getLogFilePath(
465 mUserRecordingLog = new ResearchLog(mUserRecordingFile, mLatinIME);
617 final ResearchLog feedbackLog = new FeedbackLog(mResearchLogDirectory.getLogFilePath(
690 * ResearchLog. It is checked in both places in case conditions change between these times, and
693 private boolean isAllowedToLogTo(final ResearchLog researchLog) {
704 return researchLog.isFeedbackLog();
    [all...]
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,
149 JsonWriter jsonWriter = researchLog.getInitializedJsonWriterLocked();

Completed in 543 milliseconds