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.java106 private int mCurrentNotificationCount; field in NotificationService
130 mCurrentNotificationCount = 0; in onCreate()
300 --mCurrentNotificationCount; in showRecommendation()
304 if (mCurrentNotificationCount >= NOTIFICATION_COUNT) { in showRecommendation()
311 if (mCurrentNotificationCount < NOTIFICATION_COUNT) { in showRecommendation()
321 --mCurrentNotificationCount; in changeRecommendation()
349 mCurrentNotificationCount = 0; in hideAllRecommendation()
417 ++mCurrentNotificationCount; in sendNotification()