Home
last modified time | relevance | path

Searched refs:NOTIFICATION_COUNT (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSliceTest.java76 private static final int NOTIFICATION_COUNT = field in NotificationChannelSliceTest
120 mockNotificationBackend(CHANNEL_COUNT, NOTIFICATION_COUNT, false /* banned */, in getSlice_hasSuggestedApp_shouldHaveNotificationChannelTitle()
135 mockNotificationBackend(CHANNEL_COUNT, NOTIFICATION_COUNT, false /* banned */, in getSlice_hasSuggestedApp_shouldSortByNotificationSentCount()
164 mockNotificationBackend(CHANNEL_COUNT, NOTIFICATION_COUNT, false /* banned */, in getSlice_noRecentlyInstalledApp_shouldHaveNoSuggestedAppTitle()
177 mockNotificationBackend(1 /* channelCount */, NOTIFICATION_COUNT, false /* banned */, in getSlice_noMultiChannelApp_shouldHaveNoSuggestedAppTitle()
203 mockNotificationBackend(CHANNEL_COUNT, NOTIFICATION_COUNT, false /* banned */, in getSlice_isSystemApp_shouldHaveNoSuggestedAppTitle()
216 mockNotificationBackend(CHANNEL_COUNT, NOTIFICATION_COUNT, true /* banned */, in getSlice_isNotificationBanned_shouldHaveNoSuggestedAppTitle()
231 NOTIFICATION_COUNT, false /* banned */, false /* isChannelBlocked */); in getSlice_exceedDefaultRowCount_shouldOnlyShowDefaultRows()
247 mockNotificationBackend(CHANNEL_COUNT - 1, NOTIFICATION_COUNT, false /* banned */, in getSlice_channelCountIsLessThanDefaultRows_subTitleShouldNotHaveTapToManagerAll()
263 mockNotificationBackend(CHANNEL_COUNT, NOTIFICATION_COUNT, false /* banned */, in getSlice_channelCountIsEqualToDefaultRows_subTitleShouldNotHaveTapToManagerAll()
[all …]
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java85 private static final int NOTIFICATION_COUNT = 3; field in NotificationService
129 mNotificationChannels = new long[NOTIFICATION_COUNT]; in onCreate()
130 for (int i = 0; i < NOTIFICATION_COUNT; ++i) { in onCreate()
279 for (int i = 0; i < NOTIFICATION_COUNT; ++i) { in showRecommendation()
302 if (mCurrentNotificationCount >= NOTIFICATION_COUNT) { in showRecommendation()
309 if (mCurrentNotificationCount < NOTIFICATION_COUNT) { in showRecommendation()
341 for (int i = 0; i < NOTIFICATION_COUNT; ++i) { in hideAllRecommendation()
532 for (int i = 0; i < NOTIFICATION_COUNT; ++i) {
541 for (int i = 0; i < NOTIFICATION_COUNT; ++i) {
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorMainPortal.java235 .start(SimulatorUtils.NOTIFICATION_COUNT)) in buildSimulatorNotificationsPortal()
243 context, SimulatorUtils.NOTIFICATION_COUNT)) in buildSimulatorNotificationsPortal()
DSimulatorUtils.java44 public static final int NOTIFICATION_COUNT = 12; field in SimulatorUtils