Home
last modified time | relevance | path

Searched refs:getNotificationCount (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationController.java78 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()
DNotificationInfo.java45 public int getNotificationCount() { in getNotificationCount() method in NotificationInfo
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DAppLocalePickerActivityTest.java290 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()
DLocaleNotificationDataManagerTest.java65 assertThat(expected.getNotificationCount()).isEqualTo(info.getNotificationCount()); in testPutGetNotificationInfo()
DNotificationControllerTest.java69 assertThat(result.getNotificationCount()).isEqualTo(1); in incrementDismissCount_addOne()
/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java52 public int getNotificationCount() { in getNotificationCount() method in FolderDotInfo
DDotInfo.java83 public int getNotificationCount() { in getNotificationCount() method in DotInfo
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java126 || prevDot.getNotificationCount() != newDot.getNotificationCount()) { in onNotificationFullRefresh()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1060 int count = mDotInfo.getNotificationCount(); in applyDotState()