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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogUnit.java 137 * @param canIncludePrivateData whether the private data in this {@code LogUnit} should be
143 final boolean canIncludePrivateData) throws IOException {
152 if (!canIncludePrivateData && logStatement.isPotentiallyPrivate()) {
163 outputLogUnitStart(jsonWriter, canIncludePrivateData);
186 final boolean canIncludePrivateData) {
188 if (canIncludePrivateData) {
ResearchLog.java 230 * @param canIncludePrivateData whether private data in the LogUnit should be included
232 public synchronized void publish(final LogUnit logUnit, final boolean canIncludePrivateData) {
237 logUnit.publishTo(ResearchLog.this, canIncludePrivateData);
MainLogBuffer.java 205 publish(logUnits, true /* canIncludePrivateData */);
223 publish(logUnits, false /* canIncludePrivateData */);
232 * @param canIncludePrivateData Whether the private data in the logUnits can be included in
238 final boolean canIncludePrivateData) throws IOException;
ResearchLogger.java 250 boolean canIncludePrivateData) {
251 canIncludePrivateData |= IS_LOGGING_EVERYTHING;
257 + ", cipd: " + canIncludePrivateData);
266 publishLogUnits(logUnits, mMainResearchLog, canIncludePrivateData);
    [all...]

Completed in 38 milliseconds