Searched defs:problemCounter (Results 1 – 3 of 3) sorted by relevance
8 public LocaleCompletionData(Counter<NotificationCategory> problemCounter) { in LocaleCompletionData()
358 private final Counter<NotificationCategory> problemCounter = new Counter<>(); field in VettingViewer.VettingCounters1082 …ndable output, EnumSet<NotificationCategory> choices, Counter<NotificationCategory> problemCounter, in writeSummaryRow()1118 …vate String getLocaleProgressPercent(String localeId, Counter<NotificationCategory> problemCounter… in getLocaleProgressPercent()
225 Counter<NotificationCategory> problemCounter = new Counter<>(); in TestUntimedCounter() local