Searched refs:LogProblemReporter (Results 1 – 2 of 2) sorted by relevance
494 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()
24 final class LogProblemReporter implements ProblemReporter { class27 public LogProblemReporter(final String tag) { in LogProblemReporter() method in LogProblemReporter