Searched refs:maybeCount (Results 1 – 1 of 1) sorted by relevance
515 maybeCount("note_blocked", (numBlocked - previous.numBlocked)); in emit()518 maybeCount("note_private", (numPrivate - previous.numPrivate)); in emit()519 maybeCount("note_secret", (numSecret - previous.numSecret)); in emit()525 maybeCount("note_ongoing", (numOngoing - previous.numOngoing)); in emit()528 maybeCount("note_inbox", (numWithInbox - previous.numWithInbox)); in emit()531 maybeCount("note_text", (numWithText - previous.numWithText)); in emit()538 noisyImportance.maybeCount(previous.noisyImportance); in emit()539 quietImportance.maybeCount(previous.quietImportance); in emit()540 finalImportance.maybeCount(previous.finalImportance); in emit()578 void maybeCount(String name, int value) { in maybeCount() method in NotificationUsageStats.AggregatedStats[all …]