Searched refs:uniqueThreads (Results 1 – 1 of 1) sorted by relevance
1022 HashSet<Long> uniqueThreads = new HashSet<Long>(messageCount); in updateNotification() local1028 if (!uniqueThreads.contains(notificationInfo.mThreadId)) { in updateNotification()1029 uniqueThreads.add(notificationInfo.mThreadId); in updateNotification()1054 uniqueThreads.clear(); in updateNotification()