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/
DUpdateHandler.java494 actions.execute(context, new LogProblemReporter(TAG)); in publishUpdateWordListCompleted()
607 actions.execute(context, new LogProblemReporter(TAG)); in handleMetadata()
978 actions.execute(context, new LogProblemReporter(TAG)); in installIfNeverRequested()
1016 actions.execute(context, new LogProblemReporter(TAG)); in markAsUsed()
1044 actions.execute(context, new LogProblemReporter(TAG)); in markAsUnused()
1074 actions.execute(context, new LogProblemReporter(TAG)); in markAsDeleting()
1098 actions.execute(context, new LogProblemReporter(TAG)); in markAsDeleted()
1128 actions.execute(context, new LogProblemReporter(TAG)); in markAsBrokenOrRetrying()
DLogProblemReporter.java24 final class LogProblemReporter implements ProblemReporter { class
27 public LogProblemReporter(final String tag) { in LogProblemReporter() method in LogProblemReporter