Searched refs:getNotificationCount (Results 1 – 9 of 9) sorted by relevance
78 currentInfo.getNotificationCount(), in incrementDismissCount()138 return newInfo.getNotificationCount() > info.getNotificationCount(); in updateLocaleNotificationInfo()144 int notificationCount = info.getNotificationCount(); in createNotificationInfoWithNewUidAndCount()155 notificationCount = info.getNotificationCount() + 1; in createNotificationInfoWithNewUidAndCount()
45 public int getNotificationCount() { in getNotificationCount() method in NotificationInfo
290 assertThat(info.getNotificationCount()).isEqualTo(0); in onLocaleSelected_evaluateNotification_simpleLocaleUpdate_localeCreatedWithUid()315 assertThat(info.getNotificationCount()).isEqualTo(1); in onLocaleSelected_evaluateNotification_twoLocaleUpdate_triggerNotification()345 assertThat(info.getNotificationCount()).isEqualTo(1); in onLocaleSelected_evaluateNotification_oddLocaleUpdate_uidAddedWithoutNotification()374 assertThat(info.getNotificationCount()).isEqualTo(1); in onLocaleSelected_evaluateNotification_frequentLocaleUpdate_uidAddedNoNotification()404 assertThat(info.getNotificationCount()).isEqualTo(1); in onLocaleSelected_evaluateNotification_2ndOddLocaleUpdate_uidAddedNoNotification()435 assertThat(info.getNotificationCount()).isEqualTo(2); in testEvaluateLocaleNotification_evenLocaleUpdate_trigger2ndNotification()465 assertThat(info.getNotificationCount()).isEqualTo(2); in testEvaluateLocaleNotification_localeUpdateReachThreshold_noUidNorNotification()496 assertThat(info.getNotificationCount()).isEqualTo(0); in testEvaluateLocaleNotification_appChangedLocales_newLocaleCreated()
65 assertThat(expected.getNotificationCount()).isEqualTo(info.getNotificationCount()); in testPutGetNotificationInfo()
69 assertThat(result.getNotificationCount()).isEqualTo(1); in incrementDismissCount_addOne()
52 public int getNotificationCount() { in getNotificationCount() method in FolderDotInfo
83 public int getNotificationCount() { in getNotificationCount() method in DotInfo
126 || prevDot.getNotificationCount() != newDot.getNotificationCount()) { in onNotificationFullRefresh()
1060 int count = mDotInfo.getNotificationCount(); in applyDotState()