Searched defs:unseenCount (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationDataManager.java | 167 int unseenCount = 0; in getUnseenNotificationCount() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | MailIntentService.java | 106 final int unseenCount = intent.getIntExtra(NotificationUtils.EXTRA_UNSEEN_COUNT, 0); in onHandleIntent() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 288 final Integer unseenCount = getUnseen(key); in saveNotificationMap() local 473 final int unseenCount, final Account account, final Folder folder, in sendSetNewEmailIndicatorIntent() 495 final int unseenCount, final Account account, final Folder folder, in setNewEmailIndicator() 567 int unseenCount = unseen != null ? unseen.intValue() : 0; in validateNotifications() local 853 Folder folder, long when, int unseenCount, int unreadCount, PendingIntent clickIntent) { in createPublicNotification() 896 private static String createTitle(Context context, int unseenCount) { in createTitle() 972 final int unreadCount, final int unseenCount, in configureLatestEventInfoFromConversation()
|
D | Utils.java | 440 public static String getUnseenCountString(Context context, int unseenCount) { in getUnseenCountString()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Folder.java | 121 public int unseenCount; field in Folder 274 public Builder setUnseenCount(final int unseenCount) { in setUnseenCount() 342 int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus, in Folder()
|
/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 624 final int unseenCount = mailboxCursor.getInt( in refreshNotificationsForAccountInternal() local 669 final int unseenCount = intent.getIntExtra( in handleUpdateNotificationIntent() local
|