Home | History | Annotate | Download | only in metrics

Lines Matching refs:category

50     /** @param category for the new LogMaker. */
51 public LogMaker(int category) {
52 setCategory(category);
64 /** @param category to replace the existing setting. */
65 public LogMaker setCategory(int category) {
66 entries.put(MetricsEvent.RESERVED_FOR_LOGBUILDER_CATEGORY, category);
70 /** Set the category to unknown. */
195 * Only useful for counter or histogram category objects.
206 * Only useful for histogram category objects.
217 * Only useful for histogram category objects.
228 * Only useful for counter and histogram category objects.
283 /** @return the category of the log, or unknown. */