Home
last modified time | relevance | path

Searched refs:LogProblemReporter (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DLogProblemReporter.java24 final class LogProblemReporter implements ProblemReporter { class
27 public LogProblemReporter(final String tag) { in LogProblemReporter() method in LogProblemReporter
DUpdateHandler.java488 actions.execute(context, new LogProblemReporter(TAG)); in publishUpdateWordListCompleted()
601 actions.execute(context, new LogProblemReporter(TAG)); in handleMetadata()
924 actions.execute(context, new LogProblemReporter(TAG)); in installIfNeverRequested()
962 actions.execute(context, new LogProblemReporter(TAG)); in markAsUsed()
990 actions.execute(context, new LogProblemReporter(TAG)); in markAsUnused()
1020 actions.execute(context, new LogProblemReporter(TAG)); in markAsDeleting()
1044 actions.execute(context, new LogProblemReporter(TAG)); in markAsDeleted()
1074 actions.execute(context, new LogProblemReporter(TAG)); in markAsBrokenOrRetrying()