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

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

Completed in 58 milliseconds