Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java109 private int mCurrentNotificationCount; field in NotificationService
139 mCurrentNotificationCount = 0; in onCreate()
302 --mCurrentNotificationCount; in showRecommendation()
306 if (mCurrentNotificationCount >= NOTIFICATION_COUNT) { in showRecommendation()
313 if (mCurrentNotificationCount < NOTIFICATION_COUNT) { in showRecommendation()
323 --mCurrentNotificationCount; in changeRecommendation()
351 mCurrentNotificationCount = 0; in hideAllRecommendation()
408 ++mCurrentNotificationCount; in sendNotification()